I wanted to have a bar chart/waterfall chart which displays the cumulative sum of the users in Y Axis sorted in an ascending order by month in X-Axis.
I created a calculated field:
runningSum(
sum({users_count}),
[{Month_int} ASC]. – As I cannot use Month Display (String)
)
I wanted to sort the X axis (Months) in an ascending order and rename the X-Axis with (Month-Display) instead if Month_int.
Since, I have used custom calculated field in values - I am unable to change the x-axis as Month_display because in calculated field I have used month_int.
Please suggest on how to rename the x-axis labels with custom calculations in values field.
My another question is to hide/remove the total from the waterfall bar graph as I am already calculating cumulative.
Hey, thanks for replying.
As I have mentioned:
I have used custom calculated field in values - I am unable to change the x-axis as Month_display because in calculated field I have used month_int.
Quicksight is not allowing me to use Month_Display because in the calculated field for cumulative sum, I have used month_int.
I am using bar chart.
The same is happening with waterfall chart.
Also, wante dto check on the de-selecting ‘total’ in waterfall chart.
Thanks a lot for replying - I saw the analysis.
Unfortunately, Cumulative SUM for October value is wrong — The sort is happening based on String and not on Month INT
Cumulative SUM for October Month will be 19,486 as per the example.
But as per your analysis link - it is showing 4508.