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

Score big with last-minute savings on the final tickets to FabCon Vienna. Secure your discount

Reply
kellyylx
Helper I
Helper I

keep only letters and numbers in column

Hi, is there a way to remove only punctuations (and/or spaces) while keeping numbers and values in a column? 

 

It would be great if i can do this in one step rather than removing each type of punctuation one by one.

 

Thanks in advance!

1 ACCEPTED SOLUTION
ryan_mayu
Super User
Super User

you can try this in PQ

 

=Text.Select([Column1],{"a".."z","A".."Z","0".."9"})

 

11.PNG

 





Did I answer your question? Mark my post as a solution!

Proud to be a Super User!




View solution in original post

1 REPLY 1
ryan_mayu
Super User
Super User

you can try this in PQ

 

=Text.Select([Column1],{"a".."z","A".."Z","0".."9"})

 

11.PNG

 





Did I answer your question? Mark my post as a solution!

Proud to be a Super User!




Helpful resources

Announcements
August Power BI Update Carousel

Power BI Monthly Update - August 2025

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

August 2025 community update carousel

Fabric Community Update - August 2025

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