top of page

BLOGS


Power Query: Clean All Text Columns in the Same Query
Function: Would you like to clean multiple columns in a single operation? This custom step allows you to clean as many columns as...

MirVel
Apr 20, 20251 min read


Power Query: Remove Special Characters from Text
Check out some of our FREE templates and materials. PRACTICE MATERIAL BELOW!👇 Function: This function, RemoveSpecialChars, cleans a text string by removing special characters, retaining only letters and numbers. Add fx to the blank query (Advanced Editor) Usage Example: Using = RemoveSpecialChars("H3ll0! W@rld#") will return "H3ll0 Wrld". The function removes specified special characters from the input text, ensuring a clean output. Power Query code for use and reuse: Rem

MirVel
Mar 13, 20251 min read
bottom of page
