Is your screen shot how your dataset looks like?
I’m assuming it’s not.
You might want to look at periodOverPeriodPercentDifference.
Hi @suraj.nimse
Because your daterange is a string you will need to use a lag function.
(sum({arrival_timestamp_int})-lag(sum({arrival_timestamp_int}),[{arrival_timestamp} DESC],1))/lag(sum({arrival_timestamp_int}),[{arrival_timestamp} DESC],1)
You would replace arrival_timestamp_int with total users and arrival_timestamp wit daterange
Hi @suraj.nimse
This is how quicksight displays pivot tables.
I can mark it as a feature request to have the option to display it differently.




