Forum Discussion
sokatenaj
9 years agoAdvocate II
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...
- Anonymous9 years ago
Let's simplify a bit:
Over Due = IF (TODAY() >= Sheet1[Next Review Date] + 30, "Over Dude", "Not Yet Due")
Anonymous
9 years agoNot applicable
Your Next Review Date column -- is it of type Date!?
sokatenaj
9 years agoAdvocate II
Yes indeedy.