Forum Discussion
Sort graph axis values (DAX generated)
- 3 years ago
Anonymous , Create a sort column mark that as sort column and sort visual on axis
How to Create Sort Column and Solve Related Errors:
https://www.youtube.com/watch?v=KK1zu4MBb-chttps://docs.microsoft.com/en-us/power-bi/desktop-sort-by-column
- Anonymous3 years ago
Thank you for your feedback amitchandak
what I did to resolve this problem , is that i Created the ID column in the DAX code that I used to generate my table. By so doing, I have no dependency between category and ID_cat so. COnsequently, when I used sort column by ID_Cat it worked successfully.
Conclusion: try to avoid circular dependency
Thank you for your feedback amitchandak
what I did to resolve this problem , is that i Created the ID column in the DAX code that I used to generate my table. By so doing, I have no dependency between category and ID_cat so. COnsequently, when I used sort column by ID_Cat it worked successfully.
Conclusion: try to avoid circular dependency