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
Hello All,
Need Help.
I have a Table with Company Holiday List for all Employees.
I need to color the column whichever is already completed. Future dates need to be in Different color and Completed Dates to be in different color. Is it possible in PowerBI?
Solved! Go to Solution.
Hi @arun2001mjl ,
This is my test table:
Create a measure:
Measure = IF(MAX('Table'[Date])<= TODAY(),"Lightpink","Lightskyblue")
Create a table and right click, select "Conditional formatting" - "Background color".
Conditional formatting for every column:
You will get a table like this:
Best regards,
Yadong Fang
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Hi @arun2001mjl ,
This is my test table:
Create a measure:
Measure = IF(MAX('Table'[Date])<= TODAY(),"Lightpink","Lightskyblue")
Create a table and right click, select "Conditional formatting" - "Background color".
Conditional formatting for every column:
You will get a table like this:
Best regards,
Yadong Fang
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Check out the November 2025 Power BI update to learn about new features.
Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!
| User | Count |
|---|---|
| 169 | |
| 109 | |
| 91 | |
| 55 | |
| 44 |