web
You’re offline. This is a read only version of the page.
close
Skip to main content

Announcements

No record found.

News and Announcements icon
Community site session details

Community site session details

Session Id :
Small and medium business | Business Central, N...
Answered

Financial Report KPI Web Service - Business Units

(6) ShareShare
ReportReport
Posted on by 15

In Business Central, I’ve configured the Financial Report KPI Web Service Setup. Our client is a holding company with subsidiaries set up as Business Units within the consolidation company.

How can we use the Excel ODATA connector to extract the net change amount for each individual Business Unit, even after consolidation? Currently, the data only shows the consolidated totals, not the breakdown by Business Unit.

In the Financial Report KPI Web Service Setup, we are limited to Row Definitions, whereas the Business Units can only be set in the Column Definition. 

I have the same question (0)
  • Verified answer
    Holly Huffman Profile Picture
    6,554 Super User 2026 Season 1 on at
    Good morning, afternoon, or evening depending on your location :)
    Hope you are well today!
     
    This is a great question and a common challenge when working with Financial Report KPI Web Services in Business Central, especially in consolidation scenarios involving Business Units.
    Problem Summary
    • You're using Financial Report KPI Web Service Setup to expose data via OData.
    • The Row Definitions are available in the KPI setup.
    • Business Units are only defined in the Column Definitions of the financial report.
    • The OData feed only returns consolidated totals, not the breakdown by Business Unit.
    Goal
    Extract Net Change Amounts per Business Unit via Excel OData Connector, even after consolidation.
    Why This Happens
    The Financial Report KPI Web Service only exposes rows, not columns. Since Business Units are defined in columns, the OData feed doesn’t include them. This is a limitation of the current KPI Web Service design.
     
    Workaround Options
    Option 1: Use Separate Reports per Business Unit
    1. Create a separate Financial Report for each Business Unit.
    2. In each report:
      • Use the same Row Definition.
      • Set the Column Definition to only include one Business Unit.
    3. Publish each report as a separate KPI Web Service.
    4. In Excel, connect to each OData feed and label them accordingly.
    Pros: Simple, no code. Cons: Manual setup for each Business Unit.
     
    Option 2: Use Consolidation Company with Dimensions
    If your Business Units are also tracked via Global Dimensions (e.g., BUSUNIT), you can:
    1. Create a Financial Report in the consolidation company.
    2. Use dimension filters in the Row Definitions to simulate Business Unit breakdowns.
    3. Publish this report via KPI Web Service.
    Pros: Dynamic, fewer reports. Cons: Requires Business Units to be mapped to dimensions.
     
    Option 3: Custom Web Service or Query
    1. Create a custom query object in AL that:
      • Pulls data from G/L Entry or G/L Account.
      • Filters by Business Unit Code.
      • Aggregates Net Change by period.
    2. Publish this query as a Web Service.
    3. Connect Excel to the custom OData feed.
    Pros: Full control, scalable. Cons: Requires AL development.
     
    Sample Query Logic (AL Pseudocode)
    query 50100 "Net Change by BU"
    {
        elements
        {
            dataitem(GLEntry; "G/L Entry")
            {
                column(BusinessUnit; "Business Unit Code") { }
                column(AccountNo; "G/L Account No.") { }
                column(NetChange; Amount) { method = Sum; }
                filter(PostingDate; "Posting Date") { }
            }
        }
    }

     
    Note: I collaborated with Copilot to help craft this response for clarity and completeness.
    Hope this helps some!
  • Suggested answer
    YUN ZHU Profile Picture
    101,502 Super User 2026 Season 1 on at
    Hi, It seems that this can only be done by customization.
    Or you can try Power Bi app.
     
    Hope this can give you some hints.
    Thanks
    ZHU
  • Suggested answer
    Jainam M. Kothari Profile Picture
    16,696 Super User 2026 Season 1 on at
    Hello,
     
    There is a limitation in BC that Business Units are only available in Column Definitions.
     
    You need to create a separate Account Schedules per Business Unit and publishing each as a KPI Web Service, using Power Query in Excel to join OData feeds like G/L Entries and Dimensions for dynamic filtering, OR developing a custom API page to expose Business Unit-level financial data.

Under review

Thank you for your reply! To ensure a great experience for everyone, your content is awaiting approval by our Community Managers. Please check back later.

Helpful resources

Quick Links

Introducing the 2026 Season 1 community Super Users

Congratulations to our 2026 Super Stars!

Meet the Microsoft Dynamics 365 Contact Center Champions

We are thrilled to have these Champions in our Community!

Congratulations to the April Top 10 Community Leaders

These are the community rock stars!

Leaderboard > Small and medium business | Business Central, NAV, RMS

#1
OussamaSabbouh Profile Picture

OussamaSabbouh 2,260 Super User 2026 Season 1

#2
YUN ZHU Profile Picture

YUN ZHU 1,515 Super User 2026 Season 1

#3
AndrewThomas81 Profile Picture

AndrewThomas81 1,373

Last 30 days Overall leaderboard

Featured topics

Microsoft Training Manuals

Product updates

Dynamics 365 release plans