Forum Discussion

dwel0120's avatar
dwel0120
Helper III
5 years ago

Dynamic Week Number

I want to include the last 13 weeks of data in my charts from today's week. I first created a new column for  Past13Weeks = IF(DATEDIFF([WEEKOF],TODAY(),DAY)<=91, 1, 0) but quickly realized that wo...