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

Enhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.

Reply
Coppercrutch
New Member

Subtotal issues in a matrix

Hello all,

 

I've searched for similar issues but can't find anything quite the same. 

I've a matrix and for conditional formatting I've added icons based on rules. They work for for when I drill down into each section. I selected values only not subtotals. 

 

However when it's at the top view minimised it's showing subtotals for each row. Even though I've not selected that option ? Pics below for clarity. 

 

When I drill down the total icons disappear like they should. Strange ! 

 

Any help much appreciated. 

 

Cheers. 

 

IMG_20250131_095114344~2.jpg

IMG_20250131_095033212~2.jpg

IMG_20250131_095045274~2.jpg

1 ACCEPTED SOLUTION
danextian
Super User
Super User

Hi @Coppercrutch 

How many row categories do you have? The only time the upper-level hierarchy doesn't show icons when the 'values only' option is selected is when you've drilled into the lowest level of the hierarchy. Until then, the upper-level hierarchies are considered values. You will need to write another measure to check whether the lowest level in the hierarchy is currently in scope and return a value if it is. In the screenshot below, ISINSCOPE will return true only at the geo level, thus it returns blank for the year and category row categories, resulting in no icons.

 

danextian_0-1738667566115.png

danextian_1-1738667767471.png

 

 





Dane Belarmino | Microsoft MVP | Proud to be a Super User!

Did I answer your question? Mark my post as a solution!


"Tell me and I’ll forget; show me and I may remember; involve me and I’ll understand."
Need Power BI consultation, get in touch with me on LinkedIn or hire me on UpWork.
Learn with me on YouTube @DAXJutsu or follow my page on Facebook @DAXJutsuPBI.

View solution in original post

5 REPLIES 5
Coppercrutch
New Member

Thanks very much. Worked a treat. For your total revenue part on the measure I couldn't work out why the one I needed wasn't popping up. Then realised it's a sum of a column so typed in sum [ and there it appears. Jackpot. 

 

Cheers 

danextian
Super User
Super User

Hi @Coppercrutch 

How many row categories do you have? The only time the upper-level hierarchy doesn't show icons when the 'values only' option is selected is when you've drilled into the lowest level of the hierarchy. Until then, the upper-level hierarchies are considered values. You will need to write another measure to check whether the lowest level in the hierarchy is currently in scope and return a value if it is. In the screenshot below, ISINSCOPE will return true only at the geo level, thus it returns blank for the year and category row categories, resulting in no icons.

 

danextian_0-1738667566115.png

danextian_1-1738667767471.png

 

 





Dane Belarmino | Microsoft MVP | Proud to be a Super User!

Did I answer your question? Mark my post as a solution!


"Tell me and I’ll forget; show me and I may remember; involve me and I’ll understand."
Need Power BI consultation, get in touch with me on LinkedIn or hire me on UpWork.
Learn with me on YouTube @DAXJutsu or follow my page on Facebook @DAXJutsuPBI.

Ok thanks I will give that a go. Quick query - What exactly do you mean by the "geo" level ? 

 

8-10 row categories 

 

Cheers ! 

Geo is the lowest level in the hierarchy in my example.

danextian_1-1738676491072.png

 

 





Dane Belarmino | Microsoft MVP | Proud to be a Super User!

Did I answer your question? Mark my post as a solution!


"Tell me and I’ll forget; show me and I may remember; involve me and I’ll understand."
Need Power BI consultation, get in touch with me on LinkedIn or hire me on UpWork.
Learn with me on YouTube @DAXJutsu or follow my page on Facebook @DAXJutsuPBI.

Ah ok I get you. So for me it will be the individual resource. So this way I'm creating a measure based on this resource column.

 

And depending on the result I then use this measure rather than the resource column data to define the conditional formatting rules. 

 

Thus it won't show for the totals. 

 

I might get food at this stuff one day : 😁 

 

Will give that a go and let you know. Thanks for the help. 

 

Helpful resources

Announcements
July 2025 community update carousel

Fabric Community Update - July 2025

Find out what's new and trending in the Fabric community.

July PBI25 Carousel

Power BI Monthly Update - July 2025

Check out the July 2025 Power BI update to learn about new features.

Top Solution Authors