Learn from the best! Meet the four finalists headed to the FINALS of the Power BI Dataviz World Championships! Register now
Hi,
I want to calculate no of days by date range.
Please suggest how to do that
Solved! Go to Solution.
Hi @Anonymous
You may create a measure like below.
Measure = COUNT('Table'[Date])
Regards,
Cherie
Hi @Anonymous
You may create a measure like below.
Measure = COUNT('Table'[Date])
Regards,
Cherie
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
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/
| User | Count |
|---|---|
| 44 | |
| 35 | |
| 30 | |
| 17 | |
| 17 |
| User | Count |
|---|---|
| 65 | |
| 57 | |
| 40 | |
| 21 | |
| 20 |