QuickSight-Vertical bar chart - Sorting on x-axis and small multiples


duration is having values : <1, 1-5, 6-10, >10
duration is sorted by durationSort to ensure correct sequence
I would also like to sort category by categorySort, but it seems like there can only be 1 sort in a chart. How can I achieve 2 separate sorts (1 on x-axis and 1 on small multiples)?

Thanks.

Hi @lbl
i guess the issue is you want to use two off visual field.
Any chance you can use the fields?
BR

1 Like

@ErikG
Yes, you are right. It works when only using 1 off-visual field. Thanks!