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

To celebrate FabCon Vienna, we are offering 50% off select exams. Ends October 3rd. Request your discount now.

Reply
Brian_M
Responsive Resident
Responsive Resident

Remove a list of words from a string

Hi

 

@ImkeF seeing that you aced the question about removing characters, do you know an efficient way to remove a list of words from a string?

 

I know this doesn't work since Text.Remove takes a list of characters, not a list of strings.

 

= Text.Remove ( "PeterPaulMary", { "Peter","Mary" } )

 

I can do Text.Replace but that will only do one word at a time.

 

Thanks!

1 ACCEPTED SOLUTION
ImkeF
Community Champion
Community Champion

Please try if this works: http://www.thebiccountant.com/2016/05/22/multiple-replacements-in-power-bi-and-power-query/ & report back, as I haven't tried it out myself with blanks.

Just leave the column "ReplaceWith" blank.

Imke Feldmann (The BIccountant)

If you liked my solution, please give it a thumbs up. And if I did answer your question, please mark this post as a solution. Thanks!

How to integrate M-code into your solution -- How to get your questions answered quickly -- How to provide sample data -- Check out more PBI- learning resources here -- Performance Tipps for M-queries

View solution in original post

2 REPLIES 2
ImkeF
Community Champion
Community Champion

Please try if this works: http://www.thebiccountant.com/2016/05/22/multiple-replacements-in-power-bi-and-power-query/ & report back, as I haven't tried it out myself with blanks.

Just leave the column "ReplaceWith" blank.

Imke Feldmann (The BIccountant)

If you liked my solution, please give it a thumbs up. And if I did answer your question, please mark this post as a solution. Thanks!

How to integrate M-code into your solution -- How to get your questions answered quickly -- How to provide sample data -- Check out more PBI- learning resources here -- Performance Tipps for M-queries

Brian_M
Responsive Resident
Responsive Resident

Works a treat, thank you 🙂

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.

August 2025 community update carousel

Fabric Community Update - August 2025

Find out what's new and trending in the Fabric community.

Top Kudoed Authors