Forum Discussion

adityah's avatar
adityah
Frequent Visitor
1 year ago
Solved

Custom Sort for PBI matrix rows

Hi Guys, Posting this here since none of the previus solutions seem to be working. I have a power bi matrix which looks like this:   Sub Class Code 2022 2023 CAO 1 1 CAT 2 2 CFF ...
  • lbendlin's avatar
    lbendlin
    1 year ago

    1. add a sort column

    2. bring your data into a usable format by unpivoting

    3. use the "sort a column by another colum"  function to sort the Sub Class Code by the Sort column.

    4. Render the data in a matrix visual