Power BI is turning 10! Tune in for a special live episode on July 24 with behind-the-scenes stories, product evolution highlights, and a sneak peek at what’s in store for the future.
Save the dateEnhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.
Hi. I'm trying to remove the column subtotals from this matrix:
In format, when I turn off ' column subtotals', it also removes the grand total columns. Any ideas what to do? Many thanks :).
Solved! Go to Solution.
Hi @Florie ,
Column subtotals in format panel,You can enable per column level button and follow below steps
1)select month in column level option which will be there in column subtotal and then disable the show subtotal
2)Then select year in column level option and enable the show subtotal
Regards,
Surya.
Hi @Florie ,
Column subtotals in format panel,You can enable per column level button and follow below steps
1)select month in column level option which will be there in column subtotal and then disable the show subtotal
2)Then select year in column level option and enable the show subtotal
Regards,
Surya.
Ah, I see! That worked. Thanks very much.
Total Visits Adjusted =
IF(
ISINSCOPE(Table[Month]),
SUM(Table[Visits]),
IF(
ISINSCOPE(Table[Year]),
BLANK(),
SUM(Table[Visits])
)
)
@Florie If possible can you share PBIX With Dummy data
Thanks for replying. I'm not sure how to share the pbix with dummy data but thanks for offering to look.
Is the dax a measure?
@Florie You have to decide the Scope in DAX which subtotals will be going to show and which not!
You can share the PBIX File with Less data or make a same dummy data within powerbI so i will give the solution.
Hello ,
Select the Matrix visual in your Power BI report.
Go to the Format pane (click on the paint roller icon).
Expand the Subtotals section.
Toggle Column subtotals to Off.
Thanks,
Pankaj
If this solution helps, please accept it and give a kudos, it would be greatly appreciated.
Hi. Thanks for replying. I tried this already but it also removes the column totals (last 3 columns in my chart.)
Check out the July 2025 Power BI update to learn about new features.
User | Count |
---|---|
73 | |
71 | |
38 | |
29 | |
28 |
User | Count |
---|---|
99 | |
88 | |
62 | |
42 | |
39 |