Forum Discussion
Anonymous
4 years agoNot applicable
Power Bi Overdue date = mark red
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 d...
- 4 years ago
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
- 4 years ago
Anonymous Please try with removing .[Date] from the column name.
Anonymous
4 years agoNot applicable
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.
Samarth_18
4 years agoCommunity Champion
Anonymous Please try with removing .[Date] from the column name.
- Anonymous4 years agoNot applicable
Thanks a lot Samarth_18, this worked 😊