Starting December 3, join live sessions with database experts and the Microsoft product team to learn just how easy it is to get started
Learn moreShape 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.
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.
My PBI file :-
https://www.dropbox.com/s/q1viboqgbkbow0w/GL_%20TDS%20v0008.pbix?dl=0
Solved! Go to Solution.
@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
@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
Hi Amit
thank you for share the link , it is very helpful
Starting December 3, join live sessions with database experts and the Fabric product team to learn just how easy it is to get started.
User | Count |
---|---|
94 | |
90 | |
83 | |
76 | |
49 |
User | Count |
---|---|
145 | |
140 | |
109 | |
68 | |
55 |