Forum Discussion
How to Sort Axis for Vizusalisations?
- 2 years ago
Anonymous Hey,
1st way - You can add a conditional column in Power query based on specific column and go data view sort it by a column like this.or you can create a disconnected table using enter data or using dax . Create a relationship in between both table and use related dax function to get value based on specific column. like this
Then you can select a specific column (In my case country) then sort it by country sort to get desired result.
Thanks
Harish
Did I answer your question? Kindly give kudos and Mark my post as a solution!
Anonymous Hey,
1st way - You can add a conditional column in Power query based on specific column and go data view sort it by a column like this.
or you can create a disconnected table using enter data or using dax . Create a relationship in between both table and use related dax function to get value based on specific column. like this
Then you can select a specific column (In my case country) then sort it by country sort to get desired result.
Thanks
Harish
Did I answer your question? Kindly give kudos and Mark my post as a solution!