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
erp
Frequent Visitor

Sort Text Column in Power BI

How can I Sort my Column in Power BI?

 

My Column is

erp_0-1627626957781.png

I Want it to be in ascending Order. I tried to sort using visual option but no result. Please help me...

2 ACCEPTED SOLUTIONS
Anonymous
Not applicable

hi @erp 

 

If the column is Text column, when you pull the column in your visual, click on the "..." on the top right corner. And then select the order in which you want to sort.

 

alekhved_0-1627628781654.png

Thanks,

alekh

View solution in original post

v-jingzhang
Community Support
Community Support

Hi @erp 

 

If you want to sort the column ascendingly by the interger part before "D", you need to add a column for sorting. In Power Query Editor, extract the interger part into a new column: under Add Column, select Extract > Text Before Delimiter and enter D in Delimiter textbox. And change the data type to Whole number

080205.jpg

 

After applying changes into Power BI Desktop, sort the original column by the new column. At last, select Sort ascending on the visual.

080206.jpg080207.jpg

 

I don't add the new column with DAX because it will bring a circular dependency error when sorting the column by the new column. Hope this helps.

 

Regards,
Community Support Team _ Jing
If this post helps, please Accept it as the solution to help other members find it.

View solution in original post

3 REPLIES 3
v-jingzhang
Community Support
Community Support

Hi @erp 

 

If you want to sort the column ascendingly by the interger part before "D", you need to add a column for sorting. In Power Query Editor, extract the interger part into a new column: under Add Column, select Extract > Text Before Delimiter and enter D in Delimiter textbox. And change the data type to Whole number

080205.jpg

 

After applying changes into Power BI Desktop, sort the original column by the new column. At last, select Sort ascending on the visual.

080206.jpg080207.jpg

 

I don't add the new column with DAX because it will bring a circular dependency error when sorting the column by the new column. Hope this helps.

 

Regards,
Community Support Team _ Jing
If this post helps, please Accept it as the solution to help other members find it.

Anonymous
Not applicable

hi @erp 

 

If the column is Text column, when you pull the column in your visual, click on the "..." on the top right corner. And then select the order in which you want to sort.

 

alekhved_0-1627628781654.png

Thanks,

alekh

amitchandak
Super User
Super User

@erp , In every visual you have the option under three dots to sort on column and order ,

 

if not you can use sort column of your choice

How to Create Sort Column and Solve Related Errors: https://youtu.be/KK1zu4MBb-c

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.

Top Solution Authors