This is best Fabric, Power BI, SQL and AI community event. How do we know? The last event sold out! Save €200 with code FABCMTY200.
Register nowA new Data Days event is coming soon! This time we’re going bigger than ever. Fabric, Power BI, SQL, AI and more. Don't miss out.
How can I edit the numbering from WeekNum to offset by a week while also starting each week on a Monday?
Solved! Go to Solution.
Hi,
Please check the below picture and the attached pbix file.
WeekNumber CC =
WEEKNUM( 'Calendar'[Date], 21)
how can i change the date/time so that each date starts at 6:00 am instead?
Hi,
Depends on which system you want, it can be :
= WEEKNUM('Table'[Date] , 21 )
or
= WEEKNUM('Table'[Date] , 2 )
or
= WEEKNUM('Table'[Date] , 11 )
to choose between thosse, please refer to :
https://docs.microsoft.com/en-us/dax/weeknum-function-dax
or
Maybe the second link is more precise
Hi,
Please check the below picture and the attached pbix file.
WeekNumber CC =
WEEKNUM( 'Calendar'[Date], 21)
Thank you, worked great
Check out the May 2026 Power BI update to learn about new features.
Sign up to receive a private message when registration opens and key events begin.
If you have recently started exploring Fabric, we'd love to hear how it's going. Your feedback can help with product improvements.
| User | Count |
|---|---|
| 32 | |
| 25 | |
| 24 | |
| 24 | |
| 14 |
| User | Count |
|---|---|
| 61 | |
| 47 | |
| 27 | |
| 24 | |
| 19 |