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

Compete to become Power BI Data Viz World Champion! First round ends August 18th. Get started.

Reply
Syndicate_Admin
Administrator
Administrator

Replace values

I have a column with the name of cities, but these are written differently, that is, there are grammatical errors. I need to be able to make a filter where I can select multiple city fields and replace them with the correct name.

Example annex for better illustration

Current Correct

BogotaBogota
boogotaBogota
BogottaBogota
BoogotsaBogota

Logically there are many more misspelled cities and I need to normalize the column with the correct values. How do I do this in Power Query? Thank you

2 REPLIES 2
Samarth_18
Community Champion
Community Champion

Hi @Syndicate_Admin ,

 

You could use Table.AddFuzzyClusterColumn() 

 

Best Regards,
Samarth

If this post helps, please consider accepting it as the solution to help the other members find it more quickly.
Appreciate your Kudos!!
Connect on Linkedin

Thank you very much for the answer, however, this solution would serve me in the case that I previously knew how the city is written, but I do not know that until I make the filter and be able to select the ones I want to change.

Therefore what I require is that once I have selected the rows that contain the value I need through a filter, to be able to change them to the value I need, Thank you

Helpful resources

Announcements
August Power BI Update Carousel

Power BI Monthly Update - August 2025

Check out the August 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 Solution Authors