Get certified for free when you join Fabric Data Days 2026 and dive into Fabric, Power BI, SQL, AI, and other essential data skills.
Join nowJuly 7 - July 17 | Round 2 of the Power BI Dataviz World Championships. Don't miss your chance! Learn more
Hi everyone,
I have a metrix table as per below and I want to sort the value in descending order based on Feb 15 data
However it seems PowerBI by default sort the value based on the last column which is March 15 in this example
Anyone has the same issues? here is the sample file. Thanks for your advice.
| Feb 15 | March 15 | |
| Sales 1 | 20 | 30 |
| Sales 2 | 10 | 20 |
| Sales 3 | 5 | 10 |
It is a pivoted matrix on the date. As of now, you can only sort on the total. This sorted on the total column, not march.
In the visualization, click the Feb 15 column to sort by it.
| User | Count |
|---|---|
| 23 | |
| 19 | |
| 17 | |
| 17 | |
| 12 |
| User | Count |
|---|---|
| 60 | |
| 55 | |
| 47 | |
| 42 | |
| 37 |