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

Don't miss out! 2025 Microsoft Fabric Community Conference, March 31 - April 2, Las Vegas, Nevada. Use code MSCUST for a $150 discount. Prices go up February 11th. Register 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!

Jan25PBI_Carousel

Power BI Monthly Update - January 2025

Check out the January 2025 Power BI update to learn about new features in Reporting, Modeling, and Data Connectivity.

Jan NL Carousel

Fabric Community Update - January 2025

Find out what's new and trending in the Fabric community.