Forum Discussion
jerryr125
Helper IV
1 year agoCalculating the current week number - starting with the previous Saturday
Hi - I presently have a calculation in my Power Query application for the Week Number: Date.WeekOfYear([ABCDate], Day.Monday) I would like to Week Number to start from the previous Saturday ...
- 1 year ago
Yes, exactly such easy and you can also replace Day.Saturday by number and rewrite it as
Date.WeekOfYear([ABCDate], 6)
Anonymous
1 year agoNot applicable
Hi jerryr125
Did the solution Omid_Motamedise and Greg_Deckler offered help you solve the problem, if it helps ,you can consider to accept them as solutions so that more user can refer to.
Best Regards!
Yolo Zhu