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

Get Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Request now

Reply
nniphadk
Frequent Visitor

How do I sort column

Realign.PNG
This is a regular table in Power BI desktop. How do I order it so that it can appear like so

Under 21 years old
between 22 and 25 years of age
between 26 and 30 years of age

2 ACCEPTED SOLUTIONS
tharunkumarRTK
Super User
Super User

@nniphadk 

You need to create a custom sort order column for it. 

Please follow the approach suggested here: https://community.fabric.microsoft.com/t5/Desktop/Sorting-Calculated-Column/m-p/3132467


If the post helps please give a thumbs up


If it solves your issue, please accept it as the solution to help the other members find it more quickly.


Tharun



View solution in original post

Anonymous
Not applicable

Hi ,

Thanks for the solution @tharunkumarRTK  provided and i want to offer some more information for user to refer to.

hello @nniphadk , based on your description, you can refer to the following solution.

Sample data 

vxinruzhumsft_1-1712735905718.png

You can create a measure

Measure = int(MID(MAX('Table'[Age Group]),SEARCH(" ",MAX('Table'[Age Group]),,BLANK())+1,2))

Then put the measure to the filter and sort the measure ascending.

Output

vxinruzhumsft_2-1712736004197.png

 

 

Best Regards!

Yolo Zhu

If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

 

 

 

View solution in original post

2 REPLIES 2
Anonymous
Not applicable

Hi ,

Thanks for the solution @tharunkumarRTK  provided and i want to offer some more information for user to refer to.

hello @nniphadk , based on your description, you can refer to the following solution.

Sample data 

vxinruzhumsft_1-1712735905718.png

You can create a measure

Measure = int(MID(MAX('Table'[Age Group]),SEARCH(" ",MAX('Table'[Age Group]),,BLANK())+1,2))

Then put the measure to the filter and sort the measure ascending.

Output

vxinruzhumsft_2-1712736004197.png

 

 

Best Regards!

Yolo Zhu

If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

 

 

 

tharunkumarRTK
Super User
Super User

@nniphadk 

You need to create a custom sort order column for it. 

Please follow the approach suggested here: https://community.fabric.microsoft.com/t5/Desktop/Sorting-Calculated-Column/m-p/3132467


If the post helps please give a thumbs up


If it solves your issue, please accept it as the solution to help the other members find it more quickly.


Tharun



Helpful resources

Announcements
Fabric Data Days Carousel

Fabric Data Days

Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!

October Power BI Update Carousel

Power BI Monthly Update - October 2025

Check out the October 2025 Power BI update to learn about new features.

FabCon Atlanta 2026 carousel

FabCon Atlanta 2026

Join us at FabCon Atlanta, March 16-20, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.

Top Solution Authors
Top Kudoed Authors