Forum Discussion

BekahLoSurdo's avatar
BekahLoSurdo
Resolver IV
6 years ago
Solved

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...
  • v-gizhi-msft's avatar
    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