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

Earn a 50% discount on the DP-600 certification exam by completing the Fabric 30 Days to Learn It challenge.

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
RTI Forums Carousel3

New forum boards available in Real-Time Intelligence.

Ask questions in Eventhouse and KQL, Eventstream, and Reflex.

LearnSurvey

Fabric certifications survey

Certification feedback opportunity for the community.