Forum Discussion
Anonymous
5 years agoNot applicable
Unable to sort by month when using scatter chart
Hi. I dont understand why cant I sort by month. Im using scatter chart. and I have already created new column to be sorted by x-axis. Is scatter chart cant be sort?
- 5 years ago
Hi Anonymous ,
Have you tried this?
Best regards
Icey
If this post helps, then consider Accepting it as the solution to help other members find it faster.
Anonymous
5 years agoNot applicable
amitchandak
Super User
5 years agoAnonymous , you can create month column and sort that on month no
Month = FORMAT([Date],"mmmm")
Month Year sort = month([Date])
Month Year = FORMAT([Date],"mmm-yyyy")
Month Year sort = FORMAT([Date],"yyyymm")
- Anonymous5 years agoNot applicable
amitchandak can you please have a look at this? https://1drv.ms/u/s!AoKh3nlpMpSOgmSAg1TMiavknFhn?e=NDMg6m
- amitchandak5 years ago
Super User
Anonymous , I create a date table with month name and month in that table, joined it with your table and done changes in viusal. but it has not changed the sort order. still checking.
- Anonymous5 years agoNot applicable
amitchandak really appreciate if you could help me with this. thank you in advance! 🤗