Forum Discussion

PBIDEV_10's avatar
PBIDEV_10
Helper II
4 years ago
Solved

Sort columns in matrix when connected to SSAS (Live Connection)

Hi Gurus

I am connected to SSAS (Live Connection) and created a matrix that has Year as column. I want to show the latest year from left to right (For example, from 2022 to 2020). I know that I need to do the changes at cube level and need help in knowing how to do it. Also that year column is being used in 10 other reports. The sort order for year column should not change for those reports. 

 

PP

  • I created a sort order column with formula =- (Year) and then sorted year according to that new sort.

2 Replies

  • v-xiaotang's avatar
    v-xiaotang
    Community Support

    Hi PBIDEV_10 

    If you only want to sort this visual, select that visual then cilck on More action. Link.

    Best Regards,

    Community Support Team _Tang

    If this post helps, please consider Accept it as the solution to help the other members find it more quickly.

  • I created a sort order column with formula =- (Year) and then sorted year according to that new sort.