Forum Discussion

Anonymous's avatar
Anonymous
Not applicable
6 years ago
Solved

Ordering Number

HI All, Is there a way to show number order of X, 1 2 3 4 5...? Thanks,
  • v-lid-msft's avatar
    v-lid-msft
    6 years ago

    Hi Anonymous ,

     

    we can keep origin column as text type, then create a new calculate column as decimal number

     

    rank = VALUE('Table'[Order Number])

     

    Then put the new column into the tooltips field of chart.

     

     

    At last we can sort by this rank column to meet your requirement.

     

     

     

     

    BTW, pbix as attached.

     

    Best regards,

    Community Support Team _ Dong Li
    If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.