Hi @Vindhya ,
There’s several ways that you can show week over week comparisons in Quicksight. Start with a timeline and set the time aggregate to WEEK. The you can do one or all of the following:
- Use one of the periodoverperiod functions. I used
periodOverPeriodDifference(sum(Sales), {Sales Date}, WEEK, 1)
to show the wow difference in the attached screenshot - Display one of the ‘period over period’ insights. See attached screen shot for available insights.
- Use one of the techniques from the community. See here, here and here for a few.
- See Quicksight docs here
Let me know if that helps!
ws