Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Get certified in Microsoft Fabric—for free! For a limited time, the Microsoft Fabric Community team will be offering free DP-600 exam vouchers. Prepare now

Reply
Sebastian
Advocate II
Advocate II

Matrix visual sorting column

Hi all,

 

I have created a Matrix visual which has the datepart Year as column. 

The year is sorted asc. It is possible to sort it desc?

 

Thanks.

 

 

1 ACCEPTED SOLUTION
v-ljerr-msft
Microsoft Employee
Microsoft Employee

Hi @Sebastian,

 

Based on my test, you should be able to follow steps below to sort Year column desc on Matrix visual.

 

1. Add a Year column to your table if you don't have it yet.

 

2. Use the formula below to create a new table, and create a relationship between the new table and your table with the Year column.

Table = SUMMARIZE ( Table1, Table1[Year], "Reverse Year", - MAX ( Table1[Year] ) )

t1.PNGrs1.PNG

 

3. Sort "Year" column by "Reverse Year" column in the new created table.

 

sort1.PNG

 

4. Then you should be able to show the Year column from the new created table as Column in the Matrix to Order Yer desc.

 

r1.PNG

 

Here is the sample pbix file for your reference. Smiley Happy

 

Regards

View solution in original post

5 REPLIES 5
v-ljerr-msft
Microsoft Employee
Microsoft Employee

Hi @Sebastian,

 

Based on my test, you should be able to follow steps below to sort Year column desc on Matrix visual.

 

1. Add a Year column to your table if you don't have it yet.

 

2. Use the formula below to create a new table, and create a relationship between the new table and your table with the Year column.

Table = SUMMARIZE ( Table1, Table1[Year], "Reverse Year", - MAX ( Table1[Year] ) )

t1.PNGrs1.PNG

 

3. Sort "Year" column by "Reverse Year" column in the new created table.

 

sort1.PNG

 

4. Then you should be able to show the Year column from the new created table as Column in the Matrix to Order Yer desc.

 

r1.PNG

 

Here is the sample pbix file for your reference. Smiley Happy

 

Regards

Hi @v-ljerr-msft

 

That works really fine. Thank you very much 🙂

v-ljerr-msft
Microsoft Employee
Microsoft Employee

Hi @Sebastian,

 

Here is a similar thread in which a workaround is mentioned. Could you go to check if it helps in your scenario? Smiley Happy

You cannot achieve  this reverse sorting directly... here is a workaround:

1. Go to the Edit Query option of the Week dim table.

2. Apply Sort desc on the unique week code column (there must be a unique identifier for each week i.e. in my case I have WeekCode column as 20170101, 20170102, 20170103, 20170104, 20170205, 20170206.... YYYYMMWW where WW is the incremental week number of the year from 1 to 52.

3. Select 'Add Index column'  from Add Column menu and provide Starting Index=1 and Increment=1 in the dialog box. 

4. Rename column as appropriate.

4. Save Apply and Close the Edit Query

5. Use this Index as 'Sort By Column' wherever required.



 

Regards

Hi @v-ljerr-msft

 

thanks for your answer.I tried this way but the sorting is still the same.

sgsukumaran
Resolver II
Resolver II

Click the header of the column you will see an Arrow appear on the bottom left. Double clik on the header to change your sort order

Helpful resources

Announcements
OCT PBI Update Carousel

Power BI Monthly Update - October 2024

Check out the October 2024 Power BI update to learn about new features.

September Hackathon Carousel

Microsoft Fabric & AI Learning Hackathon

Learn from experts, get hands-on experience, and win awesome prizes.

October NL Carousel

Fabric Community Update - October 2024

Find out what's new and trending in the Fabric Community.