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! Request now

Reply
Kiki11
New Member

How to conditionally format a Matrix column that compares a measure to selected value

Hello,

I currently have a matrix visual that has three columns and two values, I am trying to get the values in the matrix to be conditionally formatted where the background color changes to red green and yellow. When the percent(a measure i have calculated) is greater than a selected value from a slicer(generated by a parameter which is also a percentage) then it is red. If the percent is less than another selected value from a slicer( generated by parameter it is also a percentage)2 it is green, if the percent is in between both selected values then it yellow. 

1 REPLY 1
amitchandak
Super User
Super User

@Kiki11 , You can create a measure that returns color and use that in conditional formatting using field value option

 

if([Measure] > [Percent Measure], "red", "green")

 

How to do conditional formatting by measure and apply it on pie?
https://www.youtube.com/watch?v=RqBb5eBf_I4&list=PLPaNVDMhUXGYo50Ajmr4SgSV9HIQLxc8L
https://community.powerbi.com/t5/Community-Blog/Power-BI-Conditional-formatting-the-Pie-Visual/ba-p/...
https://amitchandak.medium.com/power-bi-where-is-the-conditional-formatting-option-in-new-format-pan...

Share with Power BI Enthusiasts: Full Power BI Video (20 Hours) YouTube
Microsoft Fabric Series 60+ Videos YouTube
Microsoft Fabric Hindi End to End YouTube

Helpful resources

Announcements
November Power BI Update Carousel

Power BI Monthly Update - November 2025

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

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!

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
Top Kudoed Authors