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

Register now to learn Fabric in free live sessions led by the best Microsoft experts. From Apr 16 to May 9, in English and Spanish.

Reply
Anonymous
Not applicable

Matrix Mutli tier sorting

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

1 ACCEPTED SOLUTION
v-shex-msft
Community Support
Community Support

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 Sorting in Power BI

Sorting by multiple columns

Custom Order=
    COUNTROWS (
        FILTER (
            Table,
            ISONORAFTER (
                    [Column1], Table[Column1], DESC,
                    [Column2], Table[Column2], DESC,
                    [Column3],Table[Column3], ASC
            )
        )
    )

Regards,
Xiaoxin Sheng

Community Support Team _ Xiaoxin
If this post helps, please consider accept as solution to help other members find it more quickly.

View solution in original post

2 REPLIES 2
v-shex-msft
Community Support
Community Support

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 Sorting in Power BI

Sorting by multiple columns

Custom Order=
    COUNTROWS (
        FILTER (
            Table,
            ISONORAFTER (
                    [Column1], Table[Column1], DESC,
                    [Column2], Table[Column2], DESC,
                    [Column3],Table[Column3], ASC
            )
        )
    )

Regards,
Xiaoxin Sheng

Community Support Team _ Xiaoxin
If this post helps, please consider accept as solution to help other members find it more quickly.
Anonymous
Not applicable

@v-shex-msft  thank you....

 

I'm quite surprised that powerBI would not support such a basic feature... 

 

 

Helpful resources

Announcements
Microsoft Fabric Learn Together

Microsoft Fabric Learn Together

Covering the world! 9:00-10:30 AM Sydney, 4:00-5:30 PM CET (Paris/Berlin), 7:00-8:30 PM Mexico City

PBI_APRIL_CAROUSEL1

Power BI Monthly Update - April 2024

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

April Fabric Community Update

Fabric Community Update - April 2024

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