Forum Discussion
kcantor
10 years agoCommunity Champion
Calculation question - IF statement in Query Editor for Future Date
I have a column of dates. If an employee has left the department, there is an end date that is in the past. If the employee is still in that department, the end date is listed as 12/31/9999 because p...
- 10 years ago
Nevermind. I did this:
CALCULATE(COUNTROWS('Pod members'), FILTER('Pod members', [End Date]>TODAY()))
kcantor
10 years agoCommunity Champion
Nevermind. I did this:
CALCULATE(COUNTROWS('Pod members'), FILTER('Pod members', [End Date]>TODAY()))