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

Compete to become Power BI Data Viz World Champion! First round ends August 18th. Get started.

Reply
CharlotteB
Helper II
Helper II

Matrix hide data when plus signs are closed - this formula used to work but now it doesn't...

Hello,

When creating a matrix, I don't want to see any values when the plus signs are closed. In the past, I used the measure: 

 

Measure = IF(ISINSCOPE(table[hierarchy]), SELECTEDVALUE(table[field]), BLANK())

 

to make data only show when I clicked the plus sign. Now it doesn't work! Could be because I got a new computer and it's windows 11... does anyone have any ideas? Thank you in advance

0 REPLIES 0

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