Don't miss your chance to take exam DP-600 or DP-700 on us!
Request nowLearn from the best! Meet the four finalists headed to the FINALS of the Power BI Dataviz World Championships! Register now
Hi
trying to find a way to do multi level sorting in a Matrix I came up empty. it is true that this feature is not supported !!!!
are there any workarounds?
BR
Chronis
Solved! Go to Solution.
Hi @Anonymous ,
Current power bi not support apply multiple sorting orders on matrix, you can refer to following link to create a custom sort order table to apply multiple column sorting:
Custom Order=
COUNTROWS (
FILTER (
Table,
ISONORAFTER (
[Column1], Table[Column1], DESC,
[Column2], Table[Column2], DESC,
[Column3],Table[Column3], ASC
)
)
)
Regards,
Xiaoxin Sheng
Hi @Anonymous ,
Current power bi not support apply multiple sorting orders on matrix, you can refer to following link to create a custom sort order table to apply multiple column sorting:
Custom Order=
COUNTROWS (
FILTER (
Table,
ISONORAFTER (
[Column1], Table[Column1], DESC,
[Column2], Table[Column2], DESC,
[Column3],Table[Column3], ASC
)
)
)
Regards,
Xiaoxin Sheng
@Anonymous thank you....
I'm quite surprised that powerBI would not support such a basic feature...
Share feedback directly with Fabric product managers, participate in targeted research studies and influence the Fabric roadmap.
Check out the February 2026 Power BI update to learn about new features.
| User | Count |
|---|---|
| 53 | |
| 49 | |
| 33 | |
| 16 | |
| 15 |
| User | Count |
|---|---|
| 85 | |
| 70 | |
| 38 | |
| 28 | |
| 25 |