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

Enhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.

Reply
dmb6996
Frequent Visitor

Remove or hide total row sum in matrix table

Hi,

 

I have a matrix table in PowerBI which now shows the sum on a rowlevel (see the percentages). How can I remove or hide these percentages? The summing of percentages makes sense as I have selected this under the field "values", but summing percentages on a row level doesnt make any sense. I already switched the row and column subtotal off. I only want to have the values visible when I open the row (by clicking on the plus):

 

dmb6996_0-1702916175062.png

 

6 REPLIES 6
PijushRoy
Super User
Super User

Hi @dmb6996 

If you select the Matrix visual and go to below option

PijushRoy_0-1702916854775.png
By default, All are selected.
If I want to trun off, Total for Revenue Type, I will select the Revenue Type and in below sub total option, I will turn off

PijushRoy_1-1702916953578.png


If solved your requirement, please mark this answer as SOLUTION.
If this comment helps you, appreciate your KUDOS




 




Did I answer your question? Mark my post as a solution!
Appreciate your Like/Kudos

Proud to be a Super User!





Hi, the issue is not with the subtotals (I already switched them off as mentioned).

It is summing the values but it is also summing it on a total rowlevel. I don't want that to happen. I just want to have the values visible when I open the row (by clicking on the plus). If the row is not open I also dont want to see any values.

HI @dmb6996 

For this purpose, You need to use HASONEVALUE DAX
In your screenshot, it is not visible what is the 1st Level, and what is the 2nd Level

I am assuming, 1st Level is County and 2nd Row Level is State

So You need to create a Measure of the Column or exisiting Measure like below

= If(HASONEVALUE(State),[YourExisitngMeasure]," "]

This measure will turn off the total for Country level.

Can you please try and let me know

If solved your requirement, please mark this answer as SOLUTION.
If this comment helps you, appreciate your KUDOS




Did I answer your question? Mark my post as a solution!
Appreciate your Like/Kudos

Proud to be a Super User!





Thanks! Will give it a try and let you know

Hi @dmb6996 

Can you please try and let me know if you still facing the same issue? 
If solve, please MARK THE ANSWER AS SOLUTION

Thanks
Pijush




Did I answer your question? Mark my post as a solution!
Appreciate your Like/Kudos

Proud to be a Super User!





Ritaf1983
Super User
Super User

Hi @dmb6996 

Please provide sample data that covers your issue or question completely, in a usable format (not as a screenshot).
https://community.powerbi.com/t5/Community-Blog/How-to-provide-sample-data-in-the-Power-BI-Forum/ba-...
Please show the expected outcome based on the sample data you provided.

https://community.powerbi.com/t5/Desktop/How-to-Get-Your-Question-Answered-Quickly/m-p/1447523

Regards,
Rita Fainshtein | Microsoft MVP
https://www.linkedin.com/in/rita-fainshtein/
Blog : https://www.madeiradata.com/profile/ritaf/profile

Helpful resources

Announcements
July 2025 community update carousel

Fabric Community Update - July 2025

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

July PBI25 Carousel

Power BI Monthly Update - July 2025

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