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

Grow your Fabric skills and prepare for the DP-600 certification exam by completing the latest Microsoft Fabric 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
RTI Forums Carousel3

New forum boards available in Real-Time Intelligence.

Ask questions in Eventhouse and KQL, Eventstream, and Reflex.

MayPowerBICarousel1

Power BI Monthly Update - May 2024

Check out the May 2024 Power BI update to learn about new features.