Hi, In Power Query, I have a calendar table, how I can add the column called “LastWeekX” calculated based on the date? For example, if the date is today in the table, the LastWeekX=0. If the date is in last week, then LastWeekX=1, and so on. If the date is today two years ago, then the LastWeekX will continue to add on without reset when a new year starts.