Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!Get Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Request now
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.
@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...
Check out the November 2025 Power BI update to learn about new features.
Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!