Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi all,
I have a stacked bar-chart which consists of N-number of categories; let's call them A,B,C. the x-axis is Customer and the y-axis is $-Revenue. When I build my chart I can sort on the $-Revenue, but this will sort Customers based on the order of the TOTAL $-Revenue... like this:
I would like to be able to sort my graph on a selection of categories, like A or A&B.. while still seeing all categories in the graph. Like in the picture below where the sorting is done on $-Revenue for category C:
Can this be done? of so, how?
Try this:
In sorting > select first dimension > sorting: custom> check sort by expression > sum({<Category={'C'}>}Revenue).
Dropdown select Descending.