Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!To celebrate FabCon Vienna, we are offering 50% off select exams. Ends October 3rd. Request your discount now.
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.
this is what my visual looks like currently. I want to remove the values un datasheet they only show when drilled down
I have tried a couple of DAX formulas but its not working for me.
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
Proud to be a Super User!
Check out my blog: Power BI em Português