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

Learn from the best! Meet the four finalists headed to the FINALS of the Power BI Dataviz World Championships! Register now

Reply
jjr333
Advocate I
Advocate I

Sort alphanumeric column by an numeric column

Hi,

I have a datatable with air pollution readings.

8-4-2019 17-35-40.png

"Wind Dir" is derived from the column "Dirección" (which contains the direction in degrees) by using a "bucket table" / lookup table.

Wind Dir = IF (ISBLANK(factSanSeb[Dirección]);BLANK();
                CALCULATE(  
                            VALUES(WindDirection[Direction]); 
                            FILTER(WindDirection; factSanSeb[Dirección] >= WindDirection[Low] && factSanSeb[Dirección] < WindDirection[Hi])
                        ) )


I have added "WindDirOrder" column (N = 1, NE = 2, E = 3, etc using an unrelated lookup table) to be able to sort column "Wind Dir", which does not seem to work in the bar charts and radar chart.

8-4-2019 17-57-58.png

 

Any suggestions? Cheers, Julian

 

8-4-2019 18-00-49.png

 

1 ACCEPTED SOLUTION

Hi @Anonymous ,

Finally got it to work.

My problem was the added Calculated column X (with the sort order) depended on another Calculated column Y which I wanted to sort by X.

Cheers, Julian

View solution in original post

6 REPLIES 6
TomMartens
Super User
Super User

Hey,

 

I guess this is what you are looking for: https://docs.microsoft.com/en-us/power-bi/desktop-sort-by-column#sort-using-the-sort-by-column-butto...

 

Please be have a look for the section "Sort using the Sort by Column button" on the above mentioned site. You have to order the columns in the table that you are using in your visuals.

 

Regards,

Tom



Did I answer your question? Mark my post as a solution, this will help others!

Proud to be a Super User!
I accept Kudos 😉
Hamburg, Germany

Guten Abend Tom,

I keep getting a message "Sorting on a different column: This column cannot be sorted by a column which has already (direct or indirect) been sorted by this column."

My sort by column is a calculated column. Not sure if this is important.

Cheers, Julian

 

8-4-2019 19-41-04.png

Anonymous
Not applicable

HI @jjr333 ,

You can create a calculate table to achieve this, please refer to following blog to know more about this:

Custom Sorting in Power BI

Please understand that this link is provided with no warranties or guarantees of content changes, and confers no rights.

Regards,

Xiaoxin Sheng

Hi  

 

 

 

 

 

Anonymous
Not applicable

HI @jjr333 ,

You need to extract category value from fact table and add index field, then configure 'sort by column' feature on new table category fields and create relationship.
After these steps, You can use custom sort table fields to replace original table column fields.

BTW, I don't think it is possible to custom direction axis for radar chart.

Regards,

Xiaoxin Sheng

Hi @Anonymous ,

Finally got it to work.

My problem was the added Calculated column X (with the sort order) depended on another Calculated column Y which I wanted to sort by X.

Cheers, Julian

Helpful resources

Announcements
New to Fabric survey Carousel

New to Fabric Survey

If you have recently started exploring Fabric, we'd love to hear how it's going. Your feedback can help with product improvements.

Power BI DataViz World Championships carousel

Power BI DataViz World Championships - June 2026

A new Power BI DataViz World Championship is coming this June! Don't miss out on submitting your entry.

Join our Fabric User Panel

Join our Fabric User Panel

Share feedback directly with Fabric product managers, participate in targeted research studies and influence the Fabric roadmap.

March Power BI Update Carousel

Power BI Community Update - March 2026

Check out the March 2026 Power BI update to learn about new features.