Forum Discussion
Anonymous
7 years agoNot applicable
date difference by date filter
Hi, I want to calculate no of days by date range. Please suggest how to do that
- 7 years ago
Hi Anonymous
You may create a measure like below.
Measure = COUNT('Table'[Date])Regards,
Cherie
v-cherch-msft
7 years agoMicrosoft Employee
Hi Anonymous
You may create a measure like below.
Measure = COUNT('Table'[Date])
Regards,
Cherie
- Anonymous7 years agoNot applicable
Thanks v-cherch-msft
- Anonymous7 years agoNot applicable
Hi v-cherch-msft ,
I am trying to filter on the two date, there are no other date between these two. so can i get no of days difference by filter.
Regards,
Gaurav Manral