Forum Discussion
VikramAdi
Helper II
2 years agoHow to get counts based on selected max date with created date and validated date
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