Forum Discussion

Anonymous's avatar
Anonymous
Not applicable
4 years ago
Solved

Conditional Format Overdue Date Based on Today

Good Evening-   I am stuck on Conditionally formatting an overdue date. If the date shown in the table is in the past from today's date, how do I write the DAX to highlight the background color red...
  • ValtteriN's avatar
    4 years ago

    Hi,

    You can create a measure like this:

    DateFormatMeasure = IF(MAX(DateFormat[Date])>TODAY(),1,0)

    Then go here:

     


     

    And create a rule like this:

     

    End result:

    I hope this post helps to solve your issue and if it does consider accepting it as a solution and giving the post a thumbs up!

    My LinkedIn: https://www.linkedin.com/in/n%C3%A4ttiahov-00001/