Supplies are limited. Contact info@espc.tech right away to save your spot before the conference sells out.
Get your discountScore big with last-minute savings on the final tickets to FabCon Vienna. Secure your discount
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!