The ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM.
Get registeredEnhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.
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 @Anonymous ,
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
@Anonymous Please try with removing .[Date] from the column name.
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 @Anonymous ,
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.
@Anonymous Please select the "Field Value" in the Format Style drop down then select the measure.
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 @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.
@Anonymous Please try with removing .[Date] from the column name.
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