Forum Discussion
newbie9292
3 years agoHelper II
Bug in power bi scatter plot?
I am trying to use the scatter plot in power bi desktop. In my x-axis the month is not ordered in proper manner even though I have set the order of date column as per the month num. Can someone help ...
amitchandak
3 years agoSuper User
newbie9292 , You need to use a sort column for that
Month = FORMAT([Date],"mmm")
Month sort = month([DAte])
Select column, got to column tools -> sort by column -> choose Month sort
How to Create Sort Column and Solve Related Errors:
https://www.youtube.com/watch?v=KK1zu4MBb-c