Forum Discussion
Sorting legend by value in clustered bar chart
Hi mumbetaliyev
Create a rank column
rank = RANKX(FILTER(ALL(Sheet3),[region]=EARLIER(Sheet3[region])),[value],,ASC)
Then select the clustered bar chart, click on the "taxes" column on the right pane, then select "Sort vy column"->"Rank"
Best Regards
Maggie
Maggie, v-juanli-msftThank you for the answer When I created a rank column and sorted by rank it said that it is impposible to sort because In rank column cannot be more than one value of the same value in taxes. My data consist of 17 000 rows and have 7 levels of hierarchy. What kind of information you need to get full understanding of the data in order to check the possible solution. Thank you
- v-juanli-msft7 years ago
Community Support
Hi mumbetaliyev
my previous test use some specific data, it seems ok with this method, but when the data changes, it is impossible to sort the legend by another column.
Since legend could only sort by one kind order, but waht you want is to sort each legend inside the Axis differently, i'm afraid it is impossible by design.
Best Regards
Maggie