Forum Discussion

haichenhuang's avatar
haichenhuang
Frequent Visitor
2 years ago

Date range filter slow performance

Hi there, I want to filter based on date ranges according to this logic:   'Work'[Start Date] <= MAX('Calendar'[Date])  && 'Work'[End Date] >= MIN('Calendar'[Date])   Originally using a date be...