Forum Discussion
mwild
4 years agoFrequent Visitor
Power Bi Measures & Bookmarks
Does anyone know if it's possible to trigger a bookmark with a measure? So what I'm looking at doing is having a graph on a report and if the data is blank then I want to display a picture - I'm n...
- 4 years ago
mwild , what we do in such case we put ca card visual in top of the visual, then use color measure in field formatting of the card
Color measure = if([Measure] =1, "#FFFFFF00", "#FFFFFF")
use this in conditional formatting of card both for background and text using field value option
amitchandak
4 years agoSuper User
mwild , what we do in such case we put ca card visual in top of the visual, then use color measure in field formatting of the card
Color measure = if([Measure] =1, "#FFFFFF00", "#FFFFFF")
use this in conditional formatting of card both for background and text using field value option