Hi All,
I have a start date and an end date... and I'm using a custom column in power query to give me the networkdays:
= Table.AddColumn(#"Removed Columns2", "Actual_Number_of_Days", each Networkdays([StartDate],[DueDate],HolList))
This is working as designed... until the DueDate is...