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

Disable matrix summarized total

Hi All,

May i know is it possible to disable the auto summarized total in a matrix visual ?

I know that when the rows are collapsed, matrix will automatically apply function Sum to the figures. However, in my report layout, the total up values are meaningless.

 

So, is it possible to delete the total when rows are collapse ? (delete as in to show nothing in the figure column)

 

To change from:

teng1_0-1681359083120.png

 

change to:

teng1_1-1681359575375.png

 

 

Thanks

Regards,

1 ACCEPTED SOLUTION
amitchandak
Super User
Super User

@teng1 , You can disable subtotal and you use the per row option to disable particular subtotal

 

You can also control it using, isinscope

 

Switch(True(),

isinscope(Table[Lowset level]), [Meausre],

isinscope(Table[level 1]), [Measure 2],

isinscope(Table[level 2]), blank())

View solution in original post

2 REPLIES 2
amitchandak
Super User
Super User

@teng1 , You can disable subtotal and you use the per row option to disable particular subtotal

 

You can also control it using, isinscope

 

Switch(True(),

isinscope(Table[Lowset level]), [Meausre],

isinscope(Table[level 1]), [Measure 2],

isinscope(Table[level 2]), blank())

Hi amitchandak,

Thanks for showing the direction.

 

Here is what works for me.

Previously i made a mistake on the lowest level measure.

teng1_1-1681378255035.png

 

Regards.

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.