I have created a graph with the cumulative number of calls (y axis) abandoned in a contact center based on the seconds in queue (x axis).
However, the seconds in queue field is being interpreted as a category and the axis does not respect the distance between datapoints (eg. the distance between 1 and 2 seconds is the same between 2 and 38 seconds and this would not make any sense for any dashboard user).
I have checked and my seconds in queue duration is a measure.
Hello @Juan_Badal, welcome to the QuickSight community!
From what I can tell, your X-Axis is referencing the groups that are available in your data. If the next highest value after 2 is 38, then it will set that as the next value on the chart. You may have better luck if you build out groups to reference on the chart instead of using the actual values to create a better representation in the visual.
If queue times go up to around 212, you could either manually check for a few different groups or build out the groups through a ranking calculation, but my thought would be something like this:
You could do something like this so you could create even groupings within the data. Otherwise, the visual is going to reference each value available in the x-axis and scale based on the options in the data. Let me know if this helps!
Hello @Juan_Badal, yes, that function should work for this situation! I know it is not the ideal solution, but this will be the best work-around for your use case. Thank you!