Forum Discussion
Anonymous
5 years agoNot applicable
Line Chart Short Name for months X axis
Hello there, I am using 'Categorical' for X axis, because I want to see all months on the X axis. (See first screenshot) However, I would like to have 'Short Month/Year' like OC...
- 5 years ago
Anonymous , Sorting is correct. I only see jump because of continuous axis
Usually month need a sort column
Month Year = FORMAT([Date],"mmmm-yyyy")
Month Year sort = FORMAT([Date],"yyyymm")Month Year is sorted on Month Year sort -https://docs.microsoft.com/en-us/power-bi/desktop-sort-by-column
amitchandak
Super User
5 years agoAnonymous , Sorting is correct. I only see jump because of continuous axis
Usually month need a sort column
Month Year = FORMAT([Date],"mmmm-yyyy")
Month Year sort = FORMAT([Date],"yyyymm")
Month Year is sorted on Month Year sort -https://docs.microsoft.com/en-us/power-bi/desktop-sort-by-column