Forum Discussion
Anonymous
6 years agoNot applicable
Ordering Number
HI All, Is there a way to show number order of X, 1 2 3 4 5...? Thanks,
- 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.
v-lid-msft
6 years agoCommunity Support
Hi Anonymous ,
How about the result after you follow the suggestions mentioned in my original post?
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.