I created a pivot table with few metrics and their YoY% comparison (i.e. comparing Mar-2024 with Mar-2023 and showing the percentDifference). The YoY values are appearing correctly for all the metrics except the last metric (i.e. gifts pending recipient action) wherein I can see some blank values (e.g. for Oct-2023, Feb-2024 etc.). FYI - Gifts pending Recipient action is not a calculated field.
The calculations for all the YoY fields is same. For example,
- periodOverPeriodPercentDifference(sum({Accepted Units}), {Reporting Date})
- periodOverPeriodPercentDifference(sum({Exchanged Units}), {Reporting Date}, MONTH, 12)
- periodOverPeriodPercentDifference(sum({Cancelled or Expired Units}), {Reporting Date}, MONTH, 12)
- periodOverPeriodPercentDifference(sum({Gifts pending Recipient action}), {Reporting Date}, MONTH, 12)
Can anyone please help me understand why I am getting blank values for YoY comparison?
Related Question:
https://community.amazonquicksight.com/t/mom-is-appearing-blank-for-few-months/26870