Forum Discussion

Anonymous's avatar
Anonymous
Not applicable
8 years ago
Solved

Count of Rows if The Date is before Today

Hi,   Most probably, it is super easy, but I don't know how to do this in one formula. Please help.   I have a column 'ClientEndDate' with empty values (not a client), dates in the future (our cu...
  • Greg_Deckler's avatar
    8 years ago
    Measure = COUNTROWS(FILTER('Table',NOT(ISBLANK([ClientEndDate]))&&[ClientEndDate]<TODAY()))