Advance your Data & AI career with 50 days of live learning, dataviz contests, hands-on challenges, study groups & certifications and more!
Get registeredGet Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Learn more
I have table vizualization with column "date". I want to change color of the date value based on current date.
So for example:
IF "date" > TODAY then (show red)
- or something like that...
I thought it should be somewhere here... but not?
Thx in Advance for help.
Just to be sure if I understand corretly. You suggest to add new column and filtr/format based on that... Correct? Okay then 🙂 thx
try this measure
measure = IF(date > Today(),1,0)
and go to conditional formatting select field value as this measure and choose these conditions
1) measure = 1, Red
2) measure = 0, Green
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!
Check out the October 2025 Power BI update to learn about new features.
| User | Count |
|---|---|
| 84 | |
| 49 | |
| 37 | |
| 31 | |
| 30 |