Forum Discussion
Custom sort on x-axis
- 4 years ago
Hi, Anonymous ;
You could transform data then add index column.
Then click Response column and sort by Index column.
Set sort axis.
The final output is shown below:
Best Regards,
Community Support Team _ Yalan Wu
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Create a new conditional column "Sort/Order" in powerquery based on x-axis column and use the new column as Sort for x-axis.
Regards
DI
Did I answer your question? Mark my post as a solution, this will help others!
Kudos are also welcome.
I dont want to sort my master table with a new column, because for another visual, I will need to sort on another column, if that makes sense?
- PaulDBrown4 years agoCommunity Champion
Create a dimension table for the values in the axis and add the sorting order column using SWITCH. Sort the values by the sort order column and then use this field as the axis