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

Join the Fabric FabCon Global Hackathon—running virtually through Nov 3. Open to all skill levels. $10,000 in prizes! Register now.

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
September Power BI Update Carousel

Power BI Monthly Update - September 2025

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

FabCon Atlanta 2026 carousel

FabCon Atlanta 2026

Join us at FabCon Atlanta, March 16-20, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.

Top Solution Authors
Top Kudoed Authors