Power BI is turning 10! Tune in for a special live episode on July 24 with behind-the-scenes stories, product evolution highlights, and a sneak peek at what’s in store for the future.
Save the dateEnhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.
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:
I calculated Measure 2 as
Solved! Go to Solution.
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.
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.
Swap the ISINSCOPE() from your screenshot to use ISFILTERED([KPI_Name]) instead.
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.
Check out the July 2025 Power BI update to learn about new features.
This is your chance to engage directly with the engineering team behind Fabric and Power BI. Share your experiences and shape the future.
User | Count |
---|---|
63 | |
63 | |
53 | |
39 | |
25 |
User | Count |
---|---|
85 | |
57 | |
45 | |
43 | |
38 |