Forum Discussion
Conditional color formatting
Hello,
This is my dummy data. I want to show if [Actual Target] < Target then "Red" else "Green" as shown in the screenshot. Can someone help me? Here is the link for my excel sheet.
https://drive.google.com/file/d/1OpnOTi_Y1gvBIg8D0FCvTFHipUCR3kuu/view?usp=sharing
- Anonymous5 years ago
Hi Anonymous ,
File attached.
Regards,
Harsh Nathani
Did I answer your question? Mark my post as a solution! Appreciate with a Kudos!! (Click the Thumbs Up Button)
4 Replies
- AnonymousNot applicable
Hi Anonymous ,
Create a measure
Condition = IF (MAX('Table'[Actaual Target]) > MAX('Table'[Traget]),1,0)ThenGo toRegards,
Harsh Nathani
Did I answer your question? Mark my post as a solution! Appreciate with a Kudos!! (Click the Thumbs Up Button)- AnonymousNot applicable
Thanks for your quick solution. Could you plz share your pbix file with me?
- AnonymousNot applicable
Hi Anonymous ,
File attached.
Regards,
Harsh Nathani
Did I answer your question? Mark my post as a solution! Appreciate with a Kudos!! (Click the Thumbs Up Button)
- AnonymousNot applicable
Anonymous
Thanks for your quick solution. Could you plz share your pbix file with me?