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
Anonymous
Not applicable

Matrix visual - remove value when matrix is drilled up and only show values when drilled down

Hi, 

 

I have a matrix visual and I want to remove the 'first' value when the visual is drilled up and only show the values when drilled down.

 

AlexaDixon_0-1693915887556.png

this is what my visual looks like currently. I want to remove the values un datasheet they only show when drilled down

 

AlexaDixon_1-1693915937079.png

 

I have tried a couple of DAX formulas but its not working for me.

 

1 REPLY 1
MFelix
Super User
Super User

Hi @Anonymous ,

 

For this you need to do something similar to this:

DATASHEET = IF(ISINSCOPE(LowerLevel of matrix), min(Table[Value])

 

You need to replace the lowerlevel of matrix by the column you use on the drill down should do the work.


Regards

Miguel Félix


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

Proud to be a Super User!

Check out my blog: Power BI em Português



Helpful resources

Announcements
August Power BI Update Carousel

Power BI Monthly Update - August 2025

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

August 2025 community update carousel

Fabric Community Update - August 2025

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

Top Solution Authors