I am trying to build YoY, WoW, and YTD into a QS while creating Pivots that break down the data on a weekly basis.
I have gotten everything built out utilizing my date column for example:
YoY % = periodOverPeriodPercentDifference(sum({count}),{snapshot_day_local},‘year’, 1)
The issue is when pulling Year from a day function QS uses the normal calendar year but our weeks run Saturday through Sunday. This causes the data to be wrong on the first week of the year since it runs December 29th-Jan 1st. How can I get this week 1 to work?
