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 |
|---|---|
| 54 | |
| 37 | |
| 27 | |
| 18 | |
| 16 |
| User | Count |
|---|---|
| 69 | |
| 57 | |
| 38 | |
| 21 | |
| 21 |