Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Grow your Fabric skills and prepare for the DP-600 certification exam by completing the latest Microsoft Fabric challenge.

Reply
Moatasem
Frequent Visitor

Income Statement Multiple Level Problem - PBID

Hi All,

 

I watched a video describing how to build an income statment (P&L) inside MS Excel using PowerPivot, I followed the steps and every thing was fine

 

Data Model
01.png

 

Report with PowerPivot / Excel
02.png

 

 

in this report "Gross Profit" GP stored in DimHeaders[Header], the GP value is calculated as a running total -there aren't any transactions in FactNetIncome with the label Gross Profit or its Account Key

 

Dollars w Sign RT:=
CALCULATE( [Dollars w Sign];
    FILTER( all( Dimheaders );
        DimHeaders[Order] <= MAX( DimHeaders[Order] )
    )
)

 

The problem is
When I started to rebuild the P&L in Power BI Desktop, the report -table visual- with the Header column only works fine (left table below) , but when I insert the next level "SubHeader1" (right table) I got two lines for GP first with Blank and the second with Sales Revenue, my expectation was getting one line for GP with the running total


03.png

 

 

Headers Table

05.png

 

PBID File : https://app.box.com/s/asgsn4b2ku885t94zmg68nzgykwyxktk

Any Help?

1 REPLY 1
igorabdo
Advocate II
Advocate II

Hi Moatasem

Do you need help?

Helpful resources

Announcements
RTI Forums Carousel3

New forum boards available in Real-Time Intelligence.

Ask questions in Eventhouse and KQL, Eventstream, and Reflex.

MayPowerBICarousel1

Power BI Monthly Update - May 2024

Check out the May 2024 Power BI update to learn about new features.