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

Join the Fabric FabCon Global Hackathon—running virtually through Nov 3. Open to all skill levels. $10,000 in prizes! Register now.

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
September Power BI Update Carousel

Power BI Monthly Update - September 2025

Check out the September 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