Forum Discussion
PeteD1302
6 years agoHelper I
DAX Add Custom Column, Date Duration minus WeekEnds
I have a DAX column in my table as follows; = Table.AddColumn(#"Inserted Merged Column1", "Project Cycle Time", each Duration.TotalDays ([DateCompleted] - [DateStart])) I have a Date table that co...
- 6 years ago
Note that I have managed to find a solution from a previous post; NETWORKDAYS in PowerQuery Editor [Super User IV, Mariusz], from the downloaded example file; duration with no weekends and holidays.pbix
community.powerbi.com/t5/Power-Query/NETWORKDAYS-in-PowerQuery-Editor/td-p/940950
Greg_Deckler
6 years agoCommunity Champion
ImkeF might have a solution. Otherwise, see if my Net Work Days quick measure might be a solution. https://community.powerbi.com/t5/Quick-Measures-Gallery/Net-Work-Days/td-p/367362