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
A new Power BI DataViz World Championship is coming this June! Don't miss out on submitting your entry.
Share feedback directly with Fabric product managers, participate in targeted research studies and influence the Fabric roadmap.
| User | Count |
|---|---|
| 47 | |
| 35 | |
| 28 | |
| 17 | |
| 16 |
| User | Count |
|---|---|
| 59 | |
| 58 | |
| 40 | |
| 22 | |
| 20 |