Hi All,
I need to create a visual for a dashboard which provides an historical trend week over week for the current week’s top 10 values. How do we do this on quick-sight?
Hi All,
I need to create a visual for a dashboard which provides an historical trend week over week for the current week’s top 10 values. How do we do this on quick-sight?
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:
periodOverPeriodDifference(sum(Sales), {Sales Date}, WEEK, 1)
to show the wow difference in the attached screenshotLet me know if that helps!
ws