Forum Discussion
Unable to sort by month when using scatter chart
- 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 , check the selected column, it should be the month name. I see some different column name on column tool
- amitchandak5 years ago
Super User
Anonymous , 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.