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

Calling all Data Engineers! Fabric Data Engineer (Exam DP-700) live sessions are back! Starting October 16th. Sign up.

Reply

Conditional formatting using measure

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.

 

Capture d’écran 2022-01-18 095750.png

 

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.

1 REPLY 1
amitchandak
Super User
Super User

@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

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
FabCon Global Hackathon Carousel

FabCon Global Hackathon

Join the Fabric FabCon Global Hackathon—running virtually through Nov 3. Open to all skill levels. $10,000 in prizes!

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.