Forum Discussion

Anonymous's avatar
Anonymous
Not applicable
3 years ago
Solved

Sort a Month Year Column

I am trying to sort a column called MOnth Year Num. How can I create a column to sort it? I have a Bar chart that shows the last 3 months. So I want to sort that column so that October 2...
  • Anonymous's avatar
    Anonymous
    3 years ago
    Month and Year = FORMAT([Date], "YYYY") & MONTH('Calendar'[Date])
     
    try this, let me know if it works 🙂