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
BhaveshPatel
7 years agoSuper User
Hi Anonymous
You can use DATEDIFF function in DAX.
Please see the attached blog post:
https://blog.crossjoin.co.uk/2015/06/22/using-datediff-to-calculate-time-intervals-in-dax/