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

Join us for an expert-led overview of the tools and concepts you'll need to become a Certified Power BI Data Analyst and pass exam PL-300. Register now.

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?

Anonymous
Not applicable

@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

Full Power BI Video 20 Hours YouTube
Microsoft Fabric Series 60+ Videos YouTube
Microsoft Fabric Hindi End to End YouTube

Helpful resources

Announcements
Join our Fabric User Panel

Join our Fabric User Panel

This is your chance to engage directly with the engineering team behind Fabric and Power BI. Share your experiences and shape the future.

June 2025 Power BI Update Carousel

Power BI Monthly Update - June 2025

Check out the June 2025 Power BI update to learn about new features.

June 2025 community update carousel

Fabric Community Update - June 2025

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