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.
Hi all
I have created a bar chart and applied custom label through measure described below:
@Thulasiram , The label can conditional formatting for each row of data not the partial one.
You can create a measure like
if([Avg Inv Rate]<.05, "red", "green")
and use that in conditional formatting (Fx on color) using field value option
Thank you @amitchandak for your reply and suggestion.
I tried that if formula as suggested by you, but it is not working.
Is it due to the reason that the custom label contain 3 parts of data but the if formula contains only 1 part of the custom label?
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.