Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!Join the Fabric FabCon Global Hackathon—running virtually through Nov 3. Open to all skill levels. $10,000 in prizes! Register now.
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!
Solved! Go to Solution.
you can try this in PQ
=Text.Select([Column1],{"a".."z","A".."Z","0".."9"})
Proud to be a Super User!
you can try this in PQ
=Text.Select([Column1],{"a".."z","A".."Z","0".."9"})
Proud to be a Super User!