The ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM.
Get registeredEnhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends September 15. Request your voucher.
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!