I have a query that provides the last week of a field(Fiscal Week) in Year-Week format. For example, if the current week is 202452 then the previous week is 202451. I'm currently accomplishing this with the formula Max(Fiscal Week)-1 in the query field. I've run into an issue though when the new fiscal year begins. Now if the current week is 202501, my formula returns 202500, which is not a valid week. I want it to return 202452. Not sure how to accomplish this.