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

Get Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Request now

Reply
Hussein_charif
Helper IV
Helper IV

Hide matrix first row values

i have a matrix with 4 row levels in the following order:
account name, date,  name, service.

i want to show the values of a measure i created called remaining time only on the service level, other levels should be blank.
i tried using isinscope for the service level, but the matrix returned all blanks.
what else could i do to have the measure work to only display the values on the last level?

3 REPLIES 3
danextian
Super User
Super User

ISINSCOPE will work only if that specific level is expanded otherwise it will return blank.  You can see below that without expanding the rows, the matrix doesn't return any rows at all. If you want to show the value, fully expand your hierarchy.

danextian_0-1734618115840.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.

hi @danextian 
for me, isinscope returns a blank table as you can see below

Screenshot 2024-12-23 091027.png

i have 4 rows, i used : if ( ISINSCOPE([last row field]), _remaining, BLANK())

Helpful resources

Announcements
Fabric Data Days Carousel

Fabric Data Days

Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!

October Power BI Update Carousel

Power BI Monthly Update - October 2025

Check out the October 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