Forum Discussion
skarishe
4 years agoFrequent Visitor
Changing week numbering
How can I edit the numbering from WeekNum to offset by a week while also starting each week on a Monday?
- 4 years ago
Hi,
Please check the below picture and the attached pbix file.
WeekNumber CC = WEEKNUM( 'Calendar'[Date], 21)
Jihwan_Kim
4 years agoSuper User
Hi,
Please check the below picture and the attached pbix file.
WeekNumber CC =
WEEKNUM( 'Calendar'[Date], 21)- skarishe4 years agoFrequent Visitor
Thank you, worked great