Forum Discussion
Finding Working Hours Between Two Dates
- 4 years ago
Hi hsparg008 ,
A new DAX used to return the number of workdays between date range. It always returns whole number.
NETWORKDAYS(<start_date>, <end_date>[, <weekend>, <holidays>])
NETWORKDAYS function (DAX) - DAX | Microsoft Docs
Best Regards
Community Support Team _ chenwu zhu
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Hi hsparg008 ,
A new DAX used to return the number of workdays between date range. It always returns whole number.
NETWORKDAYS(<start_date>, <end_date>[, <weekend>, <holidays>])
NETWORKDAYS function (DAX) - DAX | Microsoft Docs
Best Regards
Community Support Team _ chenwu zhu
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.