Forum Discussion

davidlittle's avatar
davidlittle
Frequent Visitor
3 years ago
Solved

Sorting Matrix rows - this should be easy

Hi, It must be me being daft but to me this should be easy... I have a pre-existing matrix in a report that someone else created and i am trying to change the sort order. The attached screenshot show...
  • hnguy71's avatar
    hnguy71
    3 years ago

    davidlittle ,

     

    Yes if it's from the same dimension (table). If you want it by Year and Month then you should replace those two columns with a Month-Year column and have that column sorted by your Date field. If you don't already have a column for that, it could easily be created by adding a new calculated column:

     

    Mnth-Year = FORMAT([Date], "MMM YYYY")