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

Get Fabric Certified for FREE during AI Skills Fest. This week only. Secure your voucher 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
May Power BI Update Carousel

Power BI Monthly Update - May 2026

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

Fabric SQL PBI Data Days

Data Days 2026 coming soon!

Sign up to receive a private message when registration opens and key events begin.

New to Fabric survey Carousel

New to Fabric Survey

If you have recently started exploring Fabric, we'd love to hear how it's going. Your feedback can help with product improvements.

Power BI DataViz World Championships carousel

Power BI DataViz World Championships - June 2026

A new Power BI DataViz World Championship is coming this June! Don't miss out on submitting your entry.