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
Anonymous
Not applicable

activate automatically a bookmark based in the value of a measure

Hi all,

 

I wonder if is possible to launch or activate automatically a bookmark which hides a several charts, based in the value of a measure.

 

Thanks a lot!

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

Hi @Anonymous ,

 

As far as I know, Power BI doesn't support us to call a bookmark by measures. However, in other words, your requirement is that the visual or data will be hidden based on the value of the MEASURE. Here I suggest you to create a measure and add this measure into all your visuals' visual level filter to achieve your goal.

Filter =
IF ( [Measure] > xxx, 1, 0 )

"xxx" should be a number, add this measure into visual level filter and set it show items when value = 1.

For reference:

Show or Hide a Power BI Visual Based on Selection

 

Best Regards,
Rico Zhou

 

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-rzhou-msft
Community Support
Community Support

Hi @Anonymous ,

 

As far as I know, Power BI doesn't support us to call a bookmark by measures. However, in other words, your requirement is that the visual or data will be hidden based on the value of the MEASURE. Here I suggest you to create a measure and add this measure into all your visuals' visual level filter to achieve your goal.

Filter =
IF ( [Measure] > xxx, 1, 0 )

"xxx" should be a number, add this measure into visual level filter and set it show items when value = 1.

For reference:

Show or Hide a Power BI Visual Based on Selection

 

Best Regards,
Rico Zhou

 

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.