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.
Anonymous
4 years agoNot applicable
In the case mentioned above , it is not working?
NickolajJessen
4 years agoSolution Sage
Well, you are not trying the solution i provided, haha.
@NickolajJessenwrote:Note that this is done on a dimesions table
Also, if you don't want a country to appear, you can just filter it away in your visual. I don't think you need to filter it in your ranking.
- Anonymous4 years agoNot applicable
This scenario i just gave as an example, in actual case, there many more filters than this.
Indexj = RANKX('Table',SUMX(CALCULATETABLE(FILTER('Table','Table'[Country]<>"Pakistan"), ALLEXCEPT('Table',Country)),'Table'[Sal]))
In this case it is giving circular dependency error.