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!Calling all Data Engineers! Fabric Data Engineer (Exam DP-700) live sessions are back! Starting October 16th. Sign up.
Hello all,
Please help !!!
I'm struggling with conditional formatting, I would like to add a background color on column HR3, HR6, HR9 and HR12 based on nb of loan.
If the nb of loan is <500 then HR3 and HR6 and HR9 and HR12 should have a background color else nothing should happen.
How I can do this in PowerBI?
Please note that all fields that you can see in the tab above are measures not fields from my data source.
Thanks in advanced for your precious help.
@FranckGbadamass , Create a color meausre like
Switch( True() ,
[No of loans]<500 && max(Table[column ]) in{"HR3","HR6","HR9","HR12"} , "Green",
// add other
"White"
)
You can use this in conditional formatting field value option
How to do conditional formatting by measure and apply it on pie?: https://youtu.be/RqBb5eBf_I4
Join the Fabric FabCon Global Hackathon—running virtually through Nov 3. Open to all skill levels. $10,000 in prizes!
Check out the October 2025 Power BI update to learn about new features.