This time we’re going bigger than ever. Fabric, Power BI, SQL, AI and more. We're covering it all. You won't want to miss it.
Learn moreGet Fabric Certified for FREE during AI Skills Fest. This week only. Secure your voucher now.
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).
Any assistance would be appreciated. Thank you.
Solved! Go to Solution.
Hi @donodackal ,
I created some data:
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:
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
Hi @donodackal ,
I created some data:
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:
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
Check out the May 2026 Power BI update to learn about new features.
Sign up to receive a private message when registration opens and key events begin.
If you have recently started exploring Fabric, we'd love to hear how it's going. Your feedback can help with product improvements.
| User | Count |
|---|---|
| 25 | |
| 24 | |
| 22 | |
| 19 | |
| 18 |
| User | Count |
|---|---|
| 44 | |
| 42 | |
| 42 | |
| 21 | |
| 21 |