Forum Discussion
BekahLoSurdo
6 years agoResolver IV
Alphanumeric Sorting in Visuals
Hi all, I have a bar graph with x-axis values that start with numbers and/or letters. Prior to today, it has always autosorted to [A-Z], [0-9] but when I refreshed my dashboard today, it switched to...
- 6 years ago
Hi,
This condition is beacuse you design the initial sort for X-axis before refresh like [A-Z],[0-9].
However, when you refresh it, it will show the new sort by lexicographical order like [0-9],[A-Z].
This is just the correct sort.
Best Regards,
Giotto Zhi
VasTg
6 years agoMemorable Member
Create a new column for sort order and use that column as SORT BY for "Proposal Date Range"
Refer to the documentation..
https://docs.microsoft.com/en-us/power-bi/desktop-sort-by-column
If it helps, mark it as a solution
Kudos are nice too
BekahLoSurdo
6 years agoResolver IV
Hi VasTg,
As I mentioned in my post, I don't want to create a sort by as a default solution for all of my visuals on all of my dashboards unless necessary. So I'm more interested in the "why" this is happening.