Forum Discussion

CahabaData's avatar
CahabaData
Icon for Memorable Member rankMemorable Member
9 years ago

matrix: sort columns in descending order

matrix table: sort columns in descending order 

I too have this issue. It is common that when using Dates as Columns to have the most current on the left and decend to the right.

 

same topic:

http://community.powerbi.com/t5/Desktop/matrix-table-sort-columns-in-descending-order/m-p/23090/highlight/true#M7344

 

In the table view I have designated the Date field as the 'Sort by Column' and it views with descending dates - but the Matrix is ascending column order left to right, and the preferred order is to descend with most current data on left.... 

3 Replies

    • CahabaData's avatar
      CahabaData
      Icon for Memorable Member rankMemorable Member

      I believe there is a terminology misunderstanding: the need is the column order of the Matrix visual to be descending

       

      In my example, and other Q&As I've read - the wish is that the must current date to be first most left, and then past dates to the right.  The user experience is that the most left column is the most current, and therefore the most important, and that further to the right columns lessen in relevance.

       

      The attempt to achieve this today as been an experiment based on the table view to have the Date field sorted in descending order.  However that sort does not affect the column order in the Matrix visual.

  • Anonymous's avatar
    Anonymous
    Not applicable

    I admit that there should be a possibility to sort them by the visual, but there is a workarround if you are only talking about some field.

    I'm working with Azure SSAS so what did I do. Create a field in the data dimension that is 0-YYYYMMDD AS iYMD_Desc, Duplicated the Date Field as TheDate_Desc and Made the TheDate_Desc sorted by iYMD_Desc.

    Works in Matrix