Need to calculate WoW% by week number

Hi

I am new to Quicksight & trying to create below view in Pivot table.

1 2 3 4
WoW% WoW% WoW% WoW%

Here, Numbers on first row are week numbers. I tried with few suggestion which I found but somehow not able to get desire output. Note that, I do have few more calculations like CY, PY below WoW calculation, but I am not bother about those for now. Let me know if you have any suggestions. Thanks in Advance.

Hi @Milind ,

Welcome to the QuickSight Community!

Are you looking to report something similar?

image

Here to calculate WOW% i have used this formula, you can try this.
periodOverPeriodPercentDifference(sum(Cost), {Date_only}, WEEK,1 )

Please note for window functions to work, your visual must contain the date field used in the calculated field. So if you intend to use week numbers instead of week dates, you may need to customize the visual further.

Thanks,
Prantika

Hi @prantika_sinha
Thank you for you response. I need the similar view as what you have shown above. Only difference that I can make out is, I have taken Week_Number as a column instead of date.
any workaround for this, as what I can understand is I need to take Date field instead of Week_Number in column section of Pivot table to use PeriodOverPeriodPercentDifference().

@Milind - You can try to go through the following links where similar problems have been discussed and resolution was provided. See if those helps! Thank you!

thank you so much @sagmukhe.
I will verify the provided solution and will update the outcome of it.

1 Like