Forum Discussion
Adding some Tolerance to KPI Colour Coding
Anonymous maybe you can create a color measure for neutral color and have the logic in it, and click fx and use your measure for color
Neutral Color =
IF ( [Measure %Age] >= .9, "Orange", "Yellow" )
✨ Follow us on LinkedIn and to our YouTube channel
Learn about conditional formatting at Microsoft Reactor
My latest blog post The Power of Using Calculation Groups with Inactive Relationships (Part 1) (perytus.com) I would ❤ Kudos if my solution helped. 👉 If you can spend time posting the question, you can also make efforts to give Kudos to whoever helped to solve your problem. It is a token of appreciation!
⚡ Visit us at https://perytus.com, your one-stop-shop for Power BI-related projects/training/consultancy.
Thanks for the reply parry2k . I have created the measure. What format do I need to use - Colour Scale, Rules or Fixed Value?
It doesn't actually allow me to select the new measure when i tried on the rfixed value option. What data type does the measure need to be? It's currently whole number, Thanks.