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

Earn a 50% discount on the DP-600 certification exam by completing the Fabric 30 Days to Learn It challenge.

Reply
pot0to
Employee
Employee

hide grand total but show row subtotals

I have a matrix visual with two fields under the Rows section. I would like to keep the row subtotals, but hide the grand total. How can I accomplish this?

pot0to_0-1701249476684.png

 

1 ACCEPTED SOLUTION
v-zhangti
Community Support
Community Support

Hi, @pot0to 

 

You can try the following methods.

Measure = Var _Sum=SUM('Table'[Has Binary Content])
Return
IF(HASONEVALUE('Table'[DropDownName]),_Sum,BLANK())

vzhangti_0-1701412454069.png

Is this the result you expect? Please see the attached document.

 

Best Regards,

Community Support Team _Charlotte

If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

 

View solution in original post

2 REPLIES 2
v-zhangti
Community Support
Community Support

Hi, @pot0to 

 

You can try the following methods.

Measure = Var _Sum=SUM('Table'[Has Binary Content])
Return
IF(HASONEVALUE('Table'[DropDownName]),_Sum,BLANK())

vzhangti_0-1701412454069.png

Is this the result you expect? Please see the attached document.

 

Best Regards,

Community Support Team _Charlotte

If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

 

amitchandak
Super User
Super User

@pot0to , Refer if this can help

How to selectively hide rows in Power BI from a particular level | isinscope | Power BI Tutorials: https://youtu.be/Q9nH6lW0ZFs

Helpful resources

Announcements
LearnSurvey

Fabric certifications survey

Certification feedback opportunity for the community.

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.