I have a bar chart. It has caseID, by score, grouped by whether it passed or not. I had added the date in the tooltip, so when i hover over each bar i can see the date. The one problem is that the bars next to each other could be days between them. Is it possible to filter it so its date DESC (most recent - oldest). Therefore all the dates are inline and are in descending order.
Is it possible to do this considering i only use the date field in the tooltip, and not in my visual.
This chart is also filtered by rolling date - start of this month.
I parseInt() my date as string. I then used this new field which is the parseInt(Date), and ordered my caseID by this value, yet does not work as expected.
Currently, if i sort the caseID by ASC, it will show the first 100 cases. The graph is showing the last 100 cases when filtered to DESC. This shows the correct data, but i want it the other way round - Newest on right, oldest on left (out of last 100 cases).
To summarise, can i sort only the last 100 cases by ASC/DESC. As i can sort the casereference by ASC/DESC, and this aligns with the date.
If this doesn’t make sense, let me know and i can explain better
Did @ErikG 's solution work for you? I am marking this reply as, “Solution,” but let us know if this is not resolved. Thanks for posting your questions on the QuickSight Community Q&A Forum!
So this is the chart, where it shows the last 100 cases. (had to block the bottom axis, but is basically by the customer ID). However the most recent case is on the left side, and i want to basically flip it so the most recent is on the right side. I use no date on this chart, but whenever i try filter the bottom axis by date, i can only do it by count or count distinct?