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

Find everything you need to get certified on Fabric—skills challenges, live sessions, exam prep, role guidance, and more. Get started

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
Europe Fabric Conference

Europe’s largest Microsoft Fabric Community Conference

Join the community in Stockholm for expert Microsoft Fabric learning including a very exciting keynote from Arun Ulag, Corporate Vice President, Azure Data.

July 2024 Power BI Update

Power BI Monthly Update - July 2024

Check out the July 2024 Power BI update to learn about new features.

July Newsletter

Fabric Community Update - July 2024

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