I have a dynamic multi-select dropdown menu which is based on the following calculation.
toString(extract(‘YYYY’, ifelse(${CalendarSwitch} = ‘Fiscal’, addDateTime(-8, ‘MM’, DateFormated), DateFormated)))
The strange thing user noticed was, when the user opens the dashboard for the first time on any given day, it only displays 2018,2019,2020,2021,2022.
So, it’s missing 2023.
Then, the user found that 3dots(…) on the KPI has a ‘refresh’ link.
When the user clicks on that ‘refresh’, then, user starts to see different lists such ass 2019,2020,2021,2022,2023.
And that’s what we want to see from the beginning.
I see the ‘refresh’ link is issuing this call. I am curious if QuickSight is only displaying any given 5 but with sampling as the URL contains (tenK-sample). Or, is the above calculation causing this symptom?
When a user does refresh it, 2023 shows up then it stays.
This is not easy to replicate(probably once a day?).
@Max @Thomas @thomask @Bhasi_Mehta @apjvinod @Kristin @Tatyana_Yakushev @David_Wong @Biswajit_1993