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

Earn the coveted Fabric Analytics Engineer certification. 100% off your exam for a limited time only!

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
April AMA free

Microsoft Fabric AMA Livestream

Join us Tuesday, April 09, 9:00 – 10:00 AM PST for a live, expert-led Q&A session on all things Microsoft Fabric!

March Fabric Community Update

Fabric Community Update - March 2024

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

Top Solution Authors