Advance your Data & AI career with 50 days of live learning, dataviz contests, hands-on challenges, study groups & certifications and more!
Get registeredGet Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Request now
HI,
I have created a matrix.below screenshot is the matrix i have created.i have 2 questions associated with it.
Q1. The row lable i need it in this order(>80%, 70%-80%, 60%-70%, 50%-60% & <25%)
Q2. I need to display the column in this order Q1, Q2, Q3, Q4, Q1_WK_01, Q1_WK,02.....Q1_WK13, Q2_WK_01....
Is there a way of doing this?
Thank you
Regards,
Sandeep
Solved! Go to Solution.
@Anonymous Just create dimension with those labels and column which wil determine the sort order (values 1, 2, 3 etc.). Create relationship between dimension and facts, if it is not active yet, and you're done ![]()
Regards.
Pavel
Hi @Anonymous,
As PaveIr mentioned, the thread to customsize sort matrix rows and column is dding Sort column (values 1, 2, 3 etc.) to your dimensions, and change the default sort column (itself) to Sort Column under "Sort by column".
The error message means you can't sort by a column that depends on the column you want sorted. To work around this issue, please create the Sort Column in Query Editor. Go to Edit Queries, under the Add Column tab, select Conditional Column. You can use this method to create both columns [Lable] and [Sort Column].
For more details, please refer to KGrice's reply in this link: Sort by another column error
Thanks,
Yuliana Gu
Issue Resolved.
Thanks you guys for your support , resolution & time.
Regards,
Sandeep
Cool,
For this u have to create two column, for shorting order
example :
column = switch ( column_name,
">80%", 1,
">90%", 2,
.... etc
)
using this column u short the original dimension column.
try this , let know if any help.
@Anonymous Just create dimension with those labels and column which wil determine the sort order (values 1, 2, 3 etc.). Create relationship between dimension and facts, if it is not active yet, and you're done ![]()
Regards.
Pavel
Pavel, I am having trouble doing this as you described. Any help would be greatly appreciated. I created another table with the same Names for my lookup, with the sort order. Then created a relationship between that Names and my original Table Names. Howver, the option to sort by the order I created is sitll not in the sort list. Am I doing something wrong?
Hi @ngkrich, just choose your Name column in Fields pane
In Modeling pane click on Sort a Sort by column with sorting order.
That is it. Regards
Pavel
Hi @Anonymous
I would recommend adding Sort column (values 1, 2, 3 etc.) to your dimensions, and on the relevant columns just use "Sort by column" and add you Sort column.
Regards.
Pavel
Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!
Check out the October 2025 Power BI update to learn about new features.