Forum Discussion
Anonymous
2 years agoNot applicable
Over Due Items Based on Due Date
I have one table, in that table I have a due date column. I would like to show the amount of items over due.
Maybe, If the due date is before now? Thanks in advance.
hi Anonymous ,
try like:
measure =CALCULATE(SUM(data[amount]),data[due date]<=TODAY())
1 Reply
- FreemanZ
Super User
hi Anonymous ,
try like:
measure =CALCULATE(SUM(data[amount]),data[due date]<=TODAY())