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.
So i have two columns it look something like this:
5 12
3,4 3,4
12 9
And if i have other values in the same row i want to change background color to red.
Something like
5 12
3,4 3,4
12 9
Solved! Go to Solution.
Hi,
Please check the below picture and the attached pbix file.
1. create a measure like below.
Color format measure: =
IF( SUM(Data[Column1]) <> SUM(Data[Column2]), "Red")
2. each column, click down arrow, and then select Conditional formatting -> Background color
Hi,
Please check the below picture and the attached pbix file.
1. create a measure like below.
Color format measure: =
IF( SUM(Data[Column1]) <> SUM(Data[Column2]), "Red")
2. each column, click down arrow, and then select Conditional formatting -> Background color
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.