Forum Discussion
Anonymous
4 years agoNot applicable
Backlog Measure
Hi All, Could you help me with a backlog measure please, i wish to count all the Task ID's which have a date before today. Columns - Task ID - Task Due Date Thanks
- 4 years ago
Backlog = CALCULATE( DISTINCTCOUNT( 'Table'[Task ID]), 'Table'[Task Due Date] < TODAY())
Anonymous
4 years agoNot applicable
Thank you for the fast reply!