Microsoft is giving away 50,000 FREE Microsoft Certification exam vouchers!
Enter the sweepstakes now!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.
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 April 2025 Power BI update to learn about new features.
Explore and share Fabric Notebooks to boost Power BI insights in the new community notebooks gallery.
User | Count |
---|---|
72 | |
67 | |
65 | |
42 | |
42 |
User | Count |
---|---|
46 | |
38 | |
28 | |
26 | |
26 |