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
donodackal
Helper I
Helper I

Help with matrix table to not subtotal selected columns

Hi there

Is there a way that a matrix table can have a subtotal option ON but we can customise the columns it subtotals? 

I have the below table that has values that  I would like to subtotal but I don't want the text columns to have data at subtotal level (doesn't make sense anyway).

 

donodackal_0-1647581293432.png

 

Any assistance would be appreciated. Thank you. 

1 ACCEPTED SOLUTION
v-yangliu-msft
Community Support
Community Support

Hi  @donodackal ,

I created some data:

vyangliumsft_0-1647934733665.png

Here are the steps you can follow:

You can create measures for your Text columns.

1. Create measure.

Text_measure =
IF(
    NOT (ISINSCOPE('Table'[Group]))||ISINSCOPE('Table'[Index])
    ,MAX('Table'[text]),BLANK())

2. Result:

vyangliumsft_1-1647934733666.png

Best Regards,

Liu Yang

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-yangliu-msft
Community Support
Community Support

Hi  @donodackal ,

I created some data:

vyangliumsft_0-1647934733665.png

Here are the steps you can follow:

You can create measures for your Text columns.

1. Create measure.

Text_measure =
IF(
    NOT (ISINSCOPE('Table'[Group]))||ISINSCOPE('Table'[Index])
    ,MAX('Table'[text]),BLANK())

2. Result:

vyangliumsft_1-1647934733666.png

Best Regards,

Liu Yang

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

Thejeswar
Resident Rockstar
Resident Rockstar

Hi @donodackal ,

You can Toggle Off the Row Sub Totals in the matrix

 

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.