Advance your Data & AI career with 50 days of live learning, dataviz contests, hands-on challenges, study groups & certifications and more!
Get registeredGet Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Request now
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?
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.
i have 4 rows, i used : if ( ISINSCOPE([last row field]), _remaining, BLANK())
Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!
Check out the October 2025 Power BI update to learn about new features.