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

Prepping for a Fabric certification exam? Join us for a live prep session with exam experts to learn how to pass the exam. Register now.

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
Anonymous
Not applicable

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
Anonymous
Not applicable

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
Super User
Super User

Hi @donodackal ,

You can Toggle Off the Row Sub Totals in the matrix

 

Regards,

Helpful resources

Announcements
PBIApril_Carousel

Power BI Monthly Update - April 2025

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

Notebook Gallery Carousel1

NEW! Community Notebooks Gallery

Explore and share Fabric Notebooks to boost Power BI insights in the new community notebooks gallery.

April2025 Carousel

Fabric Community Update - April 2025

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