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

Don't miss out! 2025 Microsoft Fabric Community Conference, March 31 - April 2, Las Vegas, Nevada. Use code MSCUST for a $150 discount. Prices go up February 11th. Register now.

Reply
ksivaganesh99
Helper II
Helper II

Drill up in matrix table showing subtotal values even after turning them OFF

Hi all,

I created a matrix visual to have a hierarchial data (all are text values in my case) as shown below. I just want last row header(last level) corresponding values in the value section which is working as expected but when I click on drill up button sub total is shown at  level 2  (level 3 is the last level). I tried turning off subtotal but no use. Can someone please help me in fixing this?

 

Below image with all the three level expanded. Lat levelhas values added to the values section of matrix visual.

Annotation 2020-05-03 160645.png

 

Below image is drill up by one level. I don't want level 3 to be summarized to level 2 values. Itried turning off subtotals but no use.

Annotation 2020-05-03 161442.png

 

 

Any help is highy appreciated. Thank you.

1 ACCEPTED SOLUTION
v-lid-msft
Community Support
Community Support

Hi @ksivaganesh99 ,

 

We can try to use the following measure to meet your requirement:

 

Values Measure = IF(ISINSCOPE('Table'[Level3]),VALUES('Table'[Value]),BLANK())

 

8.jpg9.jpg

 

If you have multi values in last level, please try to use FIRSTNOBLANK() function instead VALUES()


By the way, PBIX file as attached.


Best regards,

 

Community Support Team _ Dong Li
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

View solution in original post

2 REPLIES 2
v-lid-msft
Community Support
Community Support

Hi @ksivaganesh99 ,

 

We can try to use the following measure to meet your requirement:

 

Values Measure = IF(ISINSCOPE('Table'[Level3]),VALUES('Table'[Value]),BLANK())

 

8.jpg9.jpg

 

If you have multi values in last level, please try to use FIRSTNOBLANK() function instead VALUES()


By the way, PBIX file as attached.


Best regards,

 

Community Support Team _ Dong Li
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Greg_Deckler
Super User
Super User

Might be able to get around it using something like: 

https://community.powerbi.com/t5/Quick-Measures-Gallery/Matrix-Measure-Total-Triple-Threat-Rock-amp-...

 

or 

 

https://community.powerbi.com/t5/Quick-Measures-Gallery/Measure-Totals-The-Final-Word/m-p/547907



Follow on LinkedIn
@ me in replies or I'll lose your thread!!!
Instead of a Kudo, please vote for this idea
Become an expert!: Enterprise DNA
External Tools: MSHGQM
YouTube Channel!: Microsoft Hates Greg
Latest book!:
Power BI Cookbook Third Edition (Color)

DAX is easy, CALCULATE makes DAX hard...

Helpful resources

Announcements
Las Vegas 2025

Join us at the Microsoft Fabric Community Conference

March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount!

Jan25PBI_Carousel

Power BI Monthly Update - January 2025

Check out the January 2025 Power BI update to learn about new features in Reporting, Modeling, and Data Connectivity.

Jan NL Carousel

Fabric Community Update - January 2025

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