Brent JonesOct 6, 2022Calculating Business Days and Hours Between Two Dates (DAX)Power BI DAX has a function called "NETWORKDAYS()". However it does not calculate hours. If you need to calculate hours, you can use this...
Brent JonesApr 17, 2021Calculating Business Days and Hours Between Two Dates (Power Query)Here is a Power Query custom function to calculate the number of hours. All you need to do is just copy and paste this code into a blank que