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
Hi,
Would like to seek help on condidtional formatting.
I have a table with two fields, expiry date and planned date(the date to perform the renewal).
Would like to have a conditional formatting of,
if planned date is greater than today and expiry date is greater than today, mark the cell red
Thanks
Solved! Go to Solution.
Hi @JJbc23
Based on your needs, I have created the following table.
You can use the following dax to decide if you want to display it in red.
Highlight = IF(AND('Table'[plan date] > TODAY(), 'Table'[end date] > TODAY()), "True", "False")
Then apply the appropriate rule to this column in the formatting
Best Regards,
Jayleny
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Hi @JJbc23
Based on your needs, I have created the following table.
You can use the following dax to decide if you want to display it in red.
Highlight = IF(AND('Table'[plan date] > TODAY(), 'Table'[end date] > TODAY()), "True", "False")
Then apply the appropriate rule to this column in the formatting
Best Regards,
Jayleny
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
The Power BI Data Visualization World Championships is back! Get ahead of the game and start preparing now!
| User | Count |
|---|---|
| 39 | |
| 37 | |
| 33 | |
| 32 | |
| 29 |
| User | Count |
|---|---|
| 132 | |
| 88 | |
| 82 | |
| 68 | |
| 64 |