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

Shape the future of the Fabric Community! Your insights matter. That’s why we created a quick survey to learn about your experience finding answers to technical questions. Take survey.

Reply
Paulyeo11
Impactful Individual
Impactful Individual

How to make my Net Profit amount display at last row of P&L Table ?

Hi All

My P&L have 2 expression :-

(1) For Rev COSG and Exp

(2) For net Profit 

I need to combine the above 2 into 1 table.

 
 
 
 

net profit.png

 
 

My PBI file :-

https://www.dropbox.com/s/q1viboqgbkbow0w/GL_%20TDS%20v0008.pbix?dl=0

 

1 ACCEPTED SOLUTION
amitchandak
Super User
Super User

@Paulyeo11 , You have to create a display table like this

summarize(
union(Table, Table[GL CODE], Table[cost center] , Table[Cost Name], "Amount", sum(Table[Amount])),
union(Table, "GL CODE", "564", "cost center" , 4 , "Cost Name" , [Net profit], "Amount", sum(Table[Amount]))
)

 

You can add other fields which you want to filter and join back with dimension tables.

Also refer: https://community.powerbi.com/t5/Desktop/Traditional-Financial-Statements/td-p/7223

 

Join us as experts from around the world come together to shape the future of data and AI!
At the Microsoft Analytics Community Conference, global leaders and influential voices are stepping up to share their knowledge and help you master the latest in Microsoft Fabric, Copilot, and Purview.
️ November 12th-14th, 2024
 Online Event
Register Here

View solution in original post

2 REPLIES 2
amitchandak
Super User
Super User

@Paulyeo11 , You have to create a display table like this

summarize(
union(Table, Table[GL CODE], Table[cost center] , Table[Cost Name], "Amount", sum(Table[Amount])),
union(Table, "GL CODE", "564", "cost center" , 4 , "Cost Name" , [Net profit], "Amount", sum(Table[Amount]))
)

 

You can add other fields which you want to filter and join back with dimension tables.

Also refer: https://community.powerbi.com/t5/Desktop/Traditional-Financial-Statements/td-p/7223

 

Join us as experts from around the world come together to shape the future of data and AI!
At the Microsoft Analytics Community Conference, global leaders and influential voices are stepping up to share their knowledge and help you master the latest in Microsoft Fabric, Copilot, and Purview.
️ November 12th-14th, 2024
 Online Event
Register Here

Hi Amit

thank you for share the link , it is very helpful

Helpful resources

Announcements
November Carousel

Fabric Community Update - November 2024

Find out what's new and trending in the Fabric Community.

Live Sessions with Fabric DB

Be one of the first to start using Fabric Databases

Starting December 3, join live sessions with database experts and the Fabric product team to learn just how easy it is to get started.

Nov PBI Update Carousel

Power BI Monthly Update - November 2024

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