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

Register now to learn Fabric in free live sessions led by the best Microsoft experts. From Apr 16 to May 9, in English and Spanish.

Reply
rodfernandez
Helper I
Helper I

Financial Category Structure Table

Im having trouble creating the structure of the financial report, 
the structure I want to obteind is the following

desired structuredesired structure

To obtain this estucture create the following table of categories that relates to my main table that has all the values ​​and levels 0 of the structureimage.png

Then create a matrix visualization and order it as follows
Vizalization matrixVizalization matrix
But what I get as a result is the following matrix that does not reflect the one I want to show (image 1)
Actual StructureActual Structure

1 REPLY 1
amitchandak
Super User
Super User

using union and summarize, you have create a table. Which you can finally use for display

 

https://docs.microsoft.com/en-us/dax/summarize-function-dax

Example

Balance Sheet = union(SUMMARIZE(Sales,Sales[Brand],"Col1",sum(Sales[Sales]),"Col2",sum(Sales[COGS]),"sort",COUNTROWS(Sales))
,SUMMARIZE(Sales1,Sales1[Brand],"Col1",sum(Sales1[Sales]),"Col2",sum(Sales1[COGS]),"sort",COUNTROWS(Sales1)) )

Helpful resources

Announcements
Microsoft Fabric Learn Together

Microsoft Fabric Learn Together

Covering the world! 9:00-10:30 AM Sydney, 4:00-5:30 PM CET (Paris/Berlin), 7:00-8:30 PM Mexico City

PBI_APRIL_CAROUSEL1

Power BI Monthly Update - April 2024

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

April Fabric Community Update

Fabric Community Update - April 2024

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