March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount! Early bird discount ends December 31.
Register NowBe one of the first to start using Fabric Databases. View on-demand sessions with database experts and the Microsoft product team to learn just how easy it is to get started. Watch now
Hello,
I would like to ask for help with marking overdue date red in power bi table.
When I try to do conditional formatting on the date, it is offering me only count or count(dist) of the dates.
Thanks for help in advance
Solved! Go to Solution.
Hi @Jozef ,
You could create a measure as below and use it in conditional formatting.
Conditional_formatting = if(max(table[your_date_column) < Today(),"red")
BR,
Samarth
Best Regards,
Samarth
If this post helps, please consider accepting it as the solution to help the other members find it more quickly.
Appreciate your Kudos!!
Connect on Linkedin
Hi @Jozef ,
You could create a measure as below and use it in conditional formatting.
Conditional_formatting = if(max(table[your_date_column) < Today(),"red")
BR,
Samarth
Best Regards,
Samarth
If this post helps, please consider accepting it as the solution to help the other members find it more quickly.
Appreciate your Kudos!!
Connect on Linkedin
Hello @Samarth_18
I have created a measure, but I am not able to use it in the condiction formating.
Can you check it?
Thanks.
Hi @Samarth_18
It is behaving very weird
It gave me a total in the table but not changed the color of the overdue date...
Can you please check it?
Thanks.
March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount!
Your insights matter. That’s why we created a quick survey to learn about your experience finding answers to technical questions.
Arun Ulag shares exciting details about the Microsoft Fabric Conference 2025, which will be held in Las Vegas, NV.
User | Count |
---|---|
124 | |
86 | |
77 | |
57 | |
52 |
User | Count |
---|---|
201 | |
137 | |
108 | |
73 | |
68 |