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
Upuls
Frequent Visitor

Sum matrix cell values & add as a column

Hi,

 

I'm looking for a help to get Matrix table cell values to SUM and do some other calculation and show it as a column in the Matrix. For more details please refer screenshot below.

Upuls_0-1634025454451.png

 

Thanks in advance,

Upuls

7 REPLIES 7
Andre1990
Frequent Visitor

Did you manage to find a solution?

V-pazhen-msft
Community Support
Community Support

@Upuls 

 

Measures should be the same.

total measure= [measure1]+......+[measure4]

 

 

Best

Paul Zheng 

vineetakande
Frequent Visitor

You could create a custom column for sum of row columns in table with the formula:

 

Total = 'TableName'[columName] + 'TableName'[columName] + .....

 

You could also create a measure with the same formula and place it in a table.

Hi vineetakande,

 

Those are not columns. Values are different and are in single column.

Upuls_0-1634040969707.png

 

Can you provide your expected result with scenario

Upuls_0-1634094698748.png

Actually this is what I need.

 

amitchandak
Super User
Super User

@Upuls one of the way is that you create a measure with specific subtotal and use that using isinscope and see that in row-level total

https://xxlbi.com/blog/new-dax-function-isinscope/

 

If can you want to add that as a column after pivot column display, means you need hybrid display

 

if you are looking for a Hybrid display with Matrix Column and measure
https://community.powerbi.com/t5/Community-Blog/Creating-a-custom-or-hybrid-matrix-in-PowerBI/ba-p/1...
https://community.powerbi.com/t5/Quick-Measures-Gallery/The-New-Hotness-Custom-Matrix-Hierarchy/m-p/...

vote for Hybrid Table
https://ideas.powerbi.com/ideas/idea/?ideaid=9bc32b23-1eb1-4e74-8b34-349887b37ebc

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.

Top Solution Authors