Forum Discussion

mabCOLONEL's avatar
mabCOLONEL
Frequent Visitor
3 years ago
Solved

Count dates past a dynamic date on another table with criteria.

Hi everyone.  I have a pretty basic need for a measure here.  I have two tables.  One has an index of location attributes.  It includes an 'end date'.  Another table is production data.  So actions t...
  • mabCOLONEL's avatar
    mabCOLONEL
    3 years ago

    I made a measure for the 'end date' (End Date = 'Index'[End Date] and just added that to countrows measure:

    past end date = COUNTROWS(FILTER('Data Points','Data Points[Date] > 'Index'[End Date]))