Forum Discussion

Anonymous's avatar
Anonymous
Not applicable
4 years ago
Solved

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
  • johnt75's avatar
    4 years ago
    Backlog = CALCULATE( DISTINCTCOUNT( 'Table'[Task ID]), 'Table'[Task Due Date] < TODAY())