Forum Discussion
Calculate time between two dates in working days only - select rows (DAX)
Hi !
I'm calculating a time btw 2 dates and I'm trying to keep only working days.
To do so, I used a table Calendar w/ a column of dates and a column displaying a 1 for dates of working days and 0 for non working days (week-end, etc).
I came up with this DAX formula :
- Anonymous6 years ago
Thank you.
In fact my formula is working, I'm new to Power BI so I thought that I used the CALCULATE function in a wrong way but in fact I just made a typo.
Sorry that I bothered you for this and thank you for your answer.
2 Replies
- amitchandak
Super User
Anonymous ,
Refer if this file can help you. Check 2nd Page
https://www.dropbox.com/s/y47ah38sr157l7t/Order_delivery_date_diff.pbix?dl=0
- AnonymousNot applicable
Thank you.
In fact my formula is working, I'm new to Power BI so I thought that I used the CALCULATE function in a wrong way but in fact I just made a typo.
Sorry that I bothered you for this and thank you for your answer.