Solved! Go to Solution.
Hi @jonnyA
I have encountered a similar post before, here is the link, https://community.powerbi.com/t5/Desktop/Comparing-Column-Values-then-Conditional-Formatting-Based-O...,for your reference.
Best Regards,
Community Support Team _Tang
If this post helps, please consider Accept it as the solution to help the other members find it more quickly.
Hi @jonnyA
I have encountered a similar post before, here is the link, https://community.powerbi.com/t5/Desktop/Comparing-Column-Values-then-Conditional-Formatting-Based-O...,for your reference.
Best Regards,
Community Support Team _Tang
If this post helps, please consider Accept it as the solution to help the other members find it more quickly.
@jonnyA ,
a new color measure =
if([Provider %] >.1 && [Provider %] >[Group %], "White", "yellow")
Use this in conditional formatting using field value option
Come together to explore latest innovations in code and application development—and gain insights from experts from around the world.
Put your data visualization and design skills to the test! This exciting challenge is happening now through May 31st!
User | Count |
---|---|
364 | |
96 | |
66 | |
54 | |
38 |
User | Count |
---|---|
358 | |
112 | |
76 | |
61 | |
50 |