Forum Discussion
Stacked Bar Axis Already Sorted - How to Sort Categories?
Hello,
I was able to sort my data with Month-Year labels, but I want to do a further sort for the actual categories in the legend (so the yellow category, which is a proprietary service starting with a V, comes after consulting). Any ideas? Thanks in advance!
1 Reply
- dm-pSuper User
Hi there,
You should be able to manage this using the sort by column features. For example, you could add a conditional column in your query (or a column in the data model using, say, a SWITCH statement) that assigns a value as follows:
- Consulting
- Your Proprietary Service
- Mix
- Unknown
If you then select your [Deal Type] column and change its sort by column to the conditional column you added in your query (or in the model), the legend and chart composition should respect this. You just need to make sure that your sort by values are unique for each distinct value in your [Deal Type] column.
Good luck!