Forum Discussion
Anonymous
4 years agoNot applicable
Sort Values in a stacked column chart
https://drive.google.com/file/d/1GxPiajMP6seQSnRFa7eLVlJdm9Hvri8w/view?usp=sharing
How to sort the values in a stacked column chart basd on value. Link to pbix attached.
9 Replies
- NickolajJessenSolution Sage
Add some sort of index column and use the "Sort by"
- AnonymousNot applicable
I want to sort by Sal value
- NickolajJessenSolution Sage
Use index to rank based on sal
Note that this is done on a dimesions table.
Note this cal also be done without the support column:RANKX(countries, CALCULATE( SUM('Table'[Sal]) ))If this post solves your problem, accept it as a solution
Appreciate your kudos
- AnonymousNot applicable
Hi Anonymous,
You can also take a look at the following blog to create a custom sort table to apply specific sorting order based on the 'sort by column' property and table relationship:
Regards,
Xiaoxin Sheng