Join us for an expert-led overview of the tools and concepts you'll need to pass exam PL-300. The first session starts on June 11th. See you there!
Get registeredPower BI is turning 10! Let’s celebrate together with dataviz contests, interactive sessions, and giveaways. Register now.
Hi,
I want rows to turn red when two columns in a report are not equal.
These are two columns wich are both in a dfferant table.
I tryed several things but its not working.
I doesnt matter for me if the whole row or just one cell in the row turns red.
Thank you in advance.
Solved! Go to Solution.
I would suggest trying following -
Create a measure where you substract Column[1] from Column[2]
-
Column Difference = Column[1] - Column[2]
-
Then, you will want to apply conditional formating based on the above Column Difference Measure.
If the Column Difference is different from 0, the conditional formatting should be red
-
Hi @PowerBIspeed ,
Conditional formatting is relative to the field, if you want to change the color of the entire row, you need to apply conditional formatting to all fields.
Best Regards,
Gao
Community Support Team
If there is any post helps, then please consider Accept it as the solution to help the other members find it more quickly. If I misunderstand your needs or you still have problems on it, please feel free to let us know. Thanks a lot!
How to get your questions answered quickly -- How to provide sample data
I would suggest trying following -
Create a measure where you substract Column[1] from Column[2]
-
Column Difference = Column[1] - Column[2]
-
Then, you will want to apply conditional formating based on the above Column Difference Measure.
If the Column Difference is different from 0, the conditional formatting should be red
-
This is your chance to engage directly with the engineering team behind Fabric and Power BI. Share your experiences and shape the future.
Check out the June 2025 Power BI update to learn about new features.
User | Count |
---|---|
84 | |
75 | |
68 | |
41 | |
35 |
User | Count |
---|---|
107 | |
56 | |
52 | |
48 | |
40 |