Forum Discussion
mikeborg82
8 years agoAdvocate II
DAX help
PY YTD Terms = CALCULATE(DISTINCTCOUNT(Terms[Employee Number]),FILTER(SAMEPERIODLASTYEAR('Date Dim'[Date]),CONTAINS(VALUES('Date Dim'[Prior Year]), 'Date Dim'[Prior Year], 'Date Dim'[Date]))) I h...
- 8 years ago
mikeborg82
8 years agoAdvocate II
i see you had to apply filters to the page. is that the only way to handle this?
Ashish_Mathur
8 years agoSuper User
Hi,
Using filters is the easiest way to make it work.