Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Be one of the first to start using Fabric Databases. View on-demand sessions with database experts and the Microsoft product team to learn just how easy it is to get started. Watch now

Reply
kivanct
Helper I
Helper I

Next Week Number

Hi,

I am trying to reach nextweek number by adding +1, but I got Week 53.

How can i receive NEXT WEEK NUMBER ? Thanks a lot for your help.

kivanct_0-1672044612331.png



Regards 

2 ACCEPTED SOLUTIONS
ouaelaam
Resolver I
Resolver I

You can create a simple IF condition to move to week 1 when you reach week 52, like this :

NEXT WEEK = IF(
WEEKNUM (TODAY (),21) = 52, "1.",
WEEKNUM (TODAY (),21) + 1 & "."
)

View solution in original post

Thanks a lot. 

After some research i also found this formula which works too, 

NEXT WEEK = WEEKNUM TODAY ( )+ 721) & "."  
that also returns "WEEK 1", if current week is 52. 

Regards
that returns 

View solution in original post

3 REPLIES 3
ouaelaam
Resolver I
Resolver I

You can create a simple IF condition to move to week 1 when you reach week 52, like this :

NEXT WEEK = IF(
WEEKNUM (TODAY (),21) = 52, "1.",
WEEKNUM (TODAY (),21) + 1 & "."
)

Thanks a lot. 

After some research i also found this formula which works too, 

NEXT WEEK = WEEKNUM TODAY ( )+ 721) & "."  
that also returns "WEEK 1", if current week is 52. 

Regards
that returns 
TomMartens
Super User
Super User

Hey @kivanct

what is your expectation?

Regards,

Tom



Did I answer your question? Mark my post as a solution, this will help others!

Proud to be a Super User!
I accept Kudos 😉
Hamburg, Germany

Helpful resources

Announcements
Las Vegas 2025

Join us at the Microsoft Fabric Community Conference

March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount!

Dec Fabric Community Survey

We want your feedback!

Your insights matter. That’s why we created a quick survey to learn about your experience finding answers to technical questions.

ArunFabCon

Microsoft Fabric Community Conference 2025

Arun Ulag shares exciting details about the Microsoft Fabric Conference 2025, which will be held in Las Vegas, NV.

December 2024

A Year in Review - December 2024

Find out what content was popular in the Fabric community during 2024.