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
AnSc93
Helper I
Helper I

Summarize values from multiple FACT tables

Hi together,

 

I have the following data-model with a DIM-Table and different FACT-Tables.

I would like to have one stacked column chart with the value from DIMValueType on the X-axis and the different values from the FACT-Tables on the Y-axis. Unfortunately I can't stack this multiple values, it's only possible with one value.

My idea is to combine all the values from the different FACT-Tables to get one value.

Is there a way to do it with a measure or whatever?

Thank you and regards,

Andreas

AnSc93_0-1669361596594.png

 

1 ACCEPTED SOLUTION
mariussve1
Solution Supplier
Solution Supplier

Hi,

 

Yes, you can make one measure for each fact table.

 

measure1= sum(table[column])

measure2 = sum(table[column])

measure3 = sum(table[column])

 

Total measure = [measure1] + [measure2] + [measure3]

Br

Marius

View solution in original post

2 REPLIES 2
mariussve1
Solution Supplier
Solution Supplier

Hi,

 

Yes, you can make one measure for each fact table.

 

measure1= sum(table[column])

measure2 = sum(table[column])

measure3 = sum(table[column])

 

Total measure = [measure1] + [measure2] + [measure3]

Br

Marius

Hi @mariussve1 ,

Wow, I didn't think that it is that simple 😉

Thank you very much!

Best regards,

Andreas

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.