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! Get ahead of the game and start preparing now! Learn more
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! Get ahead of the game and start preparing now!
| User | Count |
|---|---|
| 40 | |
| 35 | |
| 34 | |
| 31 | |
| 27 |
| User | Count |
|---|---|
| 135 | |
| 102 | |
| 67 | |
| 65 | |
| 56 |