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

Calling all Data Engineers! Fabric Data Engineer (Exam DP-700) live sessions are back! Starting October 16th. Sign up.

Reply
Kurtle
Helper II
Helper II

Don't want data to be shown after a certain level in Matrix

Hi friends,

 

I'm creating a report that distributes costs based on production levels but the account the cost is assigned to does not need to have the percentage showing since it does not go down to the granularity. Is there any way that you know of to "turn off" the measure when it reaches a certain part of the Hierarchy? I don't want/need the highlighted values to be shown.

Annotation 2019-10-23 162032.png

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

Hi @Kurtle ,

 

We can use the is ISINSCOPE function to meet you requirement:

 

Measure
= IF(ISINSCOPE('Table'[ColumnYouWant]),BLANK(),[OriginMeasureCalculate])

13.PNG


BTW, pbix as attached.

 

Best regards,

Community Support Team _ Dong Li
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

Community Support Team _ Dong Li
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

1 REPLY 1
v-lid-msft
Community Support
Community Support

Hi @Kurtle ,

 

We can use the is ISINSCOPE function to meet you requirement:

 

Measure
= IF(ISINSCOPE('Table'[ColumnYouWant]),BLANK(),[OriginMeasureCalculate])

13.PNG


BTW, pbix as attached.

 

Best regards,

Community Support Team _ Dong Li
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

Community Support Team _ Dong Li
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

Helpful resources

Announcements
FabCon Global Hackathon Carousel

FabCon Global Hackathon

Join the Fabric FabCon Global Hackathon—running virtually through Nov 3. Open to all skill levels. $10,000 in prizes!

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