Forum Discussion
Sandeep641
8 years agoFrequent Visitor
DATEDIFF Working Days MTTR
I have two date columns in created.date and update.date.. I need time difference between these two columns excluding fridays..please help
- 8 years ago
Hi Sandeep641,
Please refer to the following threads, and feel free to ask if you have any other issue.
calculate number of working days between 2 dates
DATEDIFF Working Days
Best Regards,
Angelia
Sandeep641
8 years agoFrequent Visitor
CALCULATE(SUM(Dates[IsWorkDay]),DATESBETWEEN(Dates[Date],
'table1'[date1],'table1'[Date2])))
This is the formula I use... between dates that look like below image.. I want to exclude weekends..... but the result that I get is not correct .... when the actual difference is only one day ... I get it as 4 days ... it differs a lot.. can some one please help
v-huizhn-msft
8 years agoMicrosoft Employee
Hi Sandeep641,
Please refer to the following threads, and feel free to ask if you have any other issue.
calculate number of working days between 2 dates
DATEDIFF Working Days
Best Regards,
Angelia