Forum Discussion
PBIDEV_10
4 years agoHelper II
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-xiaotangCommunity Support
- PBIDEV_10Helper II
I created a sort order column with formula =- (Year) and then sorted year according to that new sort.