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!The Power BI Data Visualization World Championships is back! It's time to submit your entry. Live now!
Good Evening! I'm working on a matrix module and have two date columns that contain when the members evaluation is due and another column that shows the current evaluation date in the record. I would like to create some type of conditional format that turns the cell Red if dates do not match.
Appreciate the help!
Solved! Go to Solution.
Hi @Morendo1975
Try this:
Conditional Format =
IF (
SELECTEDVALUE ( 'Table'[Date1] ) <> SELECTEDVALUE ( 'Table'[Date2] ),
"Red"
)
Please note that conditional formatting in Matrix applies to values only - not column or row headers.
Hi @Morendo1975
Try this:
Conditional Format =
IF (
SELECTEDVALUE ( 'Table'[Date1] ) <> SELECTEDVALUE ( 'Table'[Date2] ),
"Red"
)
Please note that conditional formatting in Matrix applies to values only - not column or row headers.
The Power BI Data Visualization World Championships is back! It's time to submit your entry.
Check out the January 2026 Power BI update to learn about new features.
| User | Count |
|---|---|
| 57 | |
| 40 | |
| 27 | |
| 25 | |
| 23 |
| User | Count |
|---|---|
| 127 | |
| 105 | |
| 55 | |
| 39 | |
| 33 |