I'm using the WeekOfYear function in Power Query. By default, Sunday is the start of a new week. I'd like to have this changed to Monday being the start of a new week. Any ideas would be appreciated!
Current formula:
= Table.AddColumn(#"Changed Type", "WeekOfYear", each Date.WeekOfYear([Date]), type number)
Thanks,
BD
Current formula:
= Table.AddColumn(#"Changed Type", "WeekOfYear", each Date.WeekOfYear([Date]), type number)
Thanks,
BD