Forum Discussion
Ordering Number
- 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.
Hi,
Thanks for the replying.
the column is text type, but if i changed it to number type, then the decimal number will be changed..
is there any ways that i can keep the column text type but order them as ascending?
thnk you,
CL
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.