Hi,
I work for a software company which sells subscriptions to its apps to its customers. There are more than 10 apps in total. I have a dataset with tracking informations from customers and in order to understand better who uses the apps I have made an analysis in Quicksight in order to display some KPIs.
So I created a table visual with on the line dimension the apps which my company sells. On the columns some KPIs like : how many active users for the period, how many users which connect once a month, new users for the period etc. The visual is filtered with a “date between” filter.
My problem is : I need to display a column with the previous period comparison for some of the KPIs, for example if I set the date filter between 1st of JUNE and 30th of JUNE, then I need a column displaying the KPIs ( for example “nb of users active for the period”) for MAY.
I tried to use a calculated field like “periodOverPeriodLastValue(distinct_count({user_id}), date, MONTH, 1)” I also tried to McGiver something with parameters but nothing works for the moment.
If someone could help me I would be very grateful.
Thank you