Forum Discussion
mikeborg82
Advocate II
8 years agoDAX 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
Advocate II
8 years agoi see you had to apply filters to the page. is that the only way to handle this?
Ashish_Mathur
Super User
8 years agoHi,
Using filters is the easiest way to make it work.