Forum Discussion
Anonymous
7 years agoNot applicable
Conditional Formatting on Advance Card Visual
Hello Power BI-ers! So I was wondering if anyone knew how to program the conditional formatting feature for Advance Card that would change based on a Goal. As the visual currently stands, (fr...
v-juanli-msft
7 years agoCommunity Support
Hi Anonymous
Try the Card with States Custom Visual I think you'll like it.
http://okviz.com/card-with-states/
I make a simple example as below.
Create measures
state measure = IF([incidents Measure]-[kpi]<=0,0,1)
Best Regards
Maggie
Anonymous
6 years agoNot applicable
Thanks! This helped me!