Forum Discussion

Anonymous's avatar
Anonymous
Not applicable
6 years ago
Solved

WorkDays Function in Power Query M

I am trying the create a function that replicates the Workdays function typically found in Excel.   I have gotten so far;   //fnWorkDays let func = (StartDate as date, WorkDays as number) => le...