Forum Discussion
Scatter chart not sorting X axis on month name
Hi gauravtomer ,
" But X axis is not sorting on month name even when I have made Month Name to Sort by Month number. In same diagrm if I am using Month Number then it sorts correctly."
(1) If your [Month] column comes from a calculated column, The visual will automatically sort for you.
Month_name = table[Date].[Month]
(2) If your [Month] column is the source data, it can not be sorted correctly.
"I dont see all the company names and it shows that "i" sign above the chart on right corner saying cant display all the company names, but when I do the same with Month Number then it shows all the comapny names and its values."
You try to stretch the picture a bit larger.
Please refer to my sample .pbix file.
Best regards,
Lionel Chen
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
- Anonymous5 years agoNot applicable
v-lionel-msft hi, can you have a look at my case? https://community.powerbi.com/t5/Desktop/Unable-to-sort-by-month-when-using-scatter-chart/m-p/1607957#M650042
I've tried your suggestion but it doesn't seem to work.