Forum Discussion

sokatenaj's avatar
sokatenaj
Advocate II
9 years ago
Solved

Over Due Review Calculation

Good morning!   As I am getting acclimated to the calculations of DAX, I am trying to do a calculation of an overdue review.    I have a series of review dates in a column. If the review is 30 da...
  • Anonymous's avatar
    Anonymous
    9 years ago

    Let's simplify a bit:

     

    Over Due = IF (TODAY() >= Sheet1[Next Review Date] + 30, "Over Dude", "Not Yet Due")