Learn from the best! Meet the four finalists headed to the FINALS of the Power BI Dataviz World Championships! Register now
Good Morning and Happy Holidays!
For a Plan to Actual KPI, I am using a Card with a measure in it
Solved! Go to Solution.
@Anonymous , Create a measure like and use it in conditional formatting using field value option
color =
var _1 = divide([YTD Sales Actual SS]-[YTD Sales Plan SS]), [YTD Sales Plan SS])
return
if(_1 >=0,"Green", "Red")
How to do conditional formatting by measure and apply it on pie?: https://youtu.be/RqBb5eBf_I4
@Anonymous , Create a measure like and use it in conditional formatting using field value option
color =
var _1 = divide([YTD Sales Actual SS]-[YTD Sales Plan SS]), [YTD Sales Plan SS])
return
if(_1 >=0,"Green", "Red")
How to do conditional formatting by measure and apply it on pie?: https://youtu.be/RqBb5eBf_I4
Excellent!
Happy Holidays and Best Wishes for the New Year!
Pavan
| User | Count |
|---|---|
| 58 | |
| 44 | |
| 32 | |
| 16 | |
| 14 |
| User | Count |
|---|---|
| 82 | |
| 66 | |
| 42 | |
| 27 | |
| 25 |