How to get Previous week vales
Answers
-
Hi,
I am not 100% sure what is the end goal of this, but it sounds like you could try using OFFSET and maybe RANK to try finding solution to this.0 -
i want to get previous year weeks to the current year . but Whenever the the 53rd week comes thats should be stand alone . which means the 2022 53 rd shouldld not comes to 1st week of 2024 . But Offset will not work bcz of timeperiod format and don;t know about the rank
0 -
Have you tried the AddYear() function? That returns a date and then you can wrap that function within the Period() function.
0