Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Get Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Learn more

Reply
Anonymous
Not applicable

Conditional formatting when column value is greater than a measure

Hi all,

 

I have a chart in my dataset like so:

 

nb123nb_0-1691504277941.png

 

I want to highlight any time the WIP[Count] value (which is a column) is greater than WIP[UNPL] (which is a measure).

 

Any ideas on how to do this? Using a simple IF statement with > isn't working for me...

 

Thanks,

 

Nick

 

 

2 REPLIES 2
Anonymous
Not applicable

Hi @Anonymous ,

 

According to your description, here are my steps you can follow as a solution.

(1) We can create a measure. 

Measure = IF(MAX('WIP'[Count])> [UNPL],"red","green")

(3) Setting the Conditional Format and then the result is as follows.

vtangjiemsft_0-1691635813031.pngvtangjiemsft_1-1691635833142.png

 

 

If the above one can't help you get the desired result, please provide some sample data in your tables (exclude sensitive data) with Text format and your expected result with backend logic and special examples. It is better if you can share a simplified pbix file. Thank you.

 

Best Regards,

Neeko Tang

If this post  helps, then please consider Accept it as the solution  to help the other members find it more quickly. 

Anonymous
Not applicable

Thanks - that didn't quite work. 

 

Basically on the three charts in the file (download here), I'm looking to create a red dot any time the value falls outside of the dashed orange bars

 

nb123nb_0-1691651521921.png

 

Helpful resources

Announcements
Fabric Data Days Carousel

Fabric Data Days

Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!

October Power BI Update Carousel

Power BI Monthly Update - October 2025

Check out the October 2025 Power BI update to learn about new features.

FabCon Atlanta 2026 carousel

FabCon Atlanta 2026

Join us at FabCon Atlanta, March 16-20, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.

Top Solution Authors