Forum Discussion
Sort by Month AND Year
- 5 years ago
Hi, after further experimentation, I realised the solution was actually quite simple. On your graph, you can simply click those 3 dots at the top of your graph and then select "sort by", then select Month as shown below:
As you can see, it is now in the order I wanted it to be.
Thanks so much for your contributions everyone.
Kind regards,
Dylan
dylanndengu , Create a month -year column with sort column or month and year column with sort for month and use those
Month Year = FORMAT([Date],"mmm-yyyy")
Month Year sort = FORMAT([Date],"yyyymm")
Month Year = FORMAT([Date],"mmm")
Month Year sort = FORMAT([Date],"mm")
https://docs.microsoft.com/en-us/power-bi/desktop-sort-by-column
Hi amitchandak , thank you for your response. However, I tried the method suggested and it has produced the following:
Which is not necessarily correct. I would like it to go from July 2020 to January 2021 in chronological order.
Kind regards,