Power BI is turning 10, and we’re marking the occasion with a special community challenge. Use your creativity to tell a story, uncover trends, or highlight something unexpected.
Get startedJoin us for an expert-led overview of the tools and concepts you'll need to become a Certified Power BI Data Analyst and pass exam PL-300. Register now.
Can i not show some subtotal for specific columns? It's a matrix table.
Thanks.
This is an example - I am foreced to use First(Country) / First(Sector) for the column because I don't need it to be on column but it's not actually a measure. The issue is that when it comes to the total row. It's showing non meaningful results and I would l like to hide the column Country and sector for the cells in total.
Thank you
as per my screenshot above did you check your visual settings?
Proud to be a Super User!
what do you have placed on your matrix? can you please give more information, under column subtotals on your visual settings you do have an option to select certain columns as below. if that isn't showing up as expected, then please post what you are placing on the matrix and where?
Proud to be a Super User!
Am i setting these correctly?
Hi @GAPER ,
You need to specify that in your formula. For example, if you want the subtotal for column A to be blank, you can write
= IF ( HASONEVALUE (table[ColumnA]), [my measure] )
This tells DAX to return the value of mymeasure if ColumnA has been filtered down to one distinct value only. Please refer to this thread: https://community.fabric.microsoft.com/t5/Desktop/Remove-subtotal-from-only-one-column-in-a-Matrix-i...
This is your chance to engage directly with the engineering team behind Fabric and Power BI. Share your experiences and shape the future.
Check out the June 2025 Power BI update to learn about new features.
User | Count |
---|---|
80 | |
76 | |
61 | |
36 | |
32 |
User | Count |
---|---|
91 | |
60 | |
59 | |
49 | |
45 |