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

Enhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.

Reply
SLama
Frequent Visitor

How can I hide the values in matrix when it is collapsed?

Hello all, 

 

I am trying to create matrix view. When I have it expanded, value doesn't show at the top as expected however, when I collapse it I keep getting values. These value makes  no sense so would like to hide. I tried isinscope function but couldn't hide the values.  I would like to hide yellow highlighted data. Please note I have shown measure I am using: 

 

SLama_0-1689281453900.png

 

I calculated Measure 2 as 

Measure 2 = Sum(CAA_KPI_DATA[DATA])
 
Any help would be appreciated. 
 
Thank you, 
SL

 

1 ACCEPTED SOLUTION
v-yanjiang-msft
Community Support
Community Support

Hi @SLama ,

According to your description, please modify the formula to:

Measure =
IF ( ISINSCOPE ( [KPIS_NAME] ), [Measure 2], BLANK () )

This will ensure the Topic to be blank not matter it's be collapsed or not.

 

Best regards,

Community Support Team_yanjiang

If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

View solution in original post

3 REPLIES 3
v-yanjiang-msft
Community Support
Community Support

Hi @SLama ,

According to your description, please modify the formula to:

Measure =
IF ( ISINSCOPE ( [KPIS_NAME] ), [Measure 2], BLANK () )

This will ensure the Topic to be blank not matter it's be collapsed or not.

 

Best regards,

Community Support Team_yanjiang

If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

vicky_
Super User
Super User

Swap the ISINSCOPE() from your screenshot to use ISFILTERED([KPI_Name]) instead.

SLama
Frequent Visitor

When i swapped isinscope wth isfiltered and (KPI_NAME) I got opposite of what I wanted. I get number when collapsed and blank when expanded and I lose all KPI names when expanded and only see topic. 

Helpful resources

Announcements
July PBI25 Carousel

Power BI Monthly Update - July 2025

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

Join our Fabric User Panel

Join our Fabric User Panel

This is your chance to engage directly with the engineering team behind Fabric and Power BI. Share your experiences and shape the future.

June 2025 community update carousel

Fabric Community Update - June 2025

Find out what's new and trending in the Fabric community.