Forum Discussion
VikramAdi
Helper II
2 years agoHow to get counts based on selected max date with created date and validated date
Attched screen shot example need to convert in DAX. Please help me here. dax
- 2 years ago
you can try this
Measure = CALCULATE(count('Table'[Username]),FILTER('Table','Table'[Created date]<=max('date'[Column])&&'Table'[Valid to Date]>=max('date'[Column])))pls see the attachment below
ryan_mayu
Super User
2 years agoyou can try this
Measure = CALCULATE(count('Table'[Username]),FILTER('Table','Table'[Created date]<=max('date'[Column])&&'Table'[Valid to Date]>=max('date'[Column])))
pls see the attachment below