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

July 7 - July 17 | Round 2 of the Power BI Dataviz World Championships. Don't miss your chance! Learn more

Reply
adamlang
Helper III
Helper III

Cleaning UK Postcode data

Hi there,

 

Does anyone have any experience cleaning UK postcodes is Power BI, Power Query, DAX? Maybe there's some standard code that could be used?

 

I have a list of client postcodes that need to link to other tables to be categorised. However, some of the data is a bit messy:

 

- The main issue is some postcodes have a double space in the middle where there should only be one. e.g. AA1  1AA should be AA1 1AA.

- Other issues include trimming out spaces at the end, ensuring capitalisation, removing charaters that should not be there - , etc. but that's relatively simple with Trim and Clean.

- a more complex issue is that some postcodes are missing the space entirely. Its not many however and I might be able to live with it This will be hard to resolve because uk postcodes come in different formats:

 

adamlang_0-1698487956955.png

 

I won't have any spaces at the end, but getting the space in the middle, in the right place, where non exists already, seems quite hard.

 

I wondered, does anyone have some standard code for cleaning UK Postcodes, seems like quite a common task I would think?

 

Or can at least suggest how to remove the double space in the middle, and replace with only a single space.

 

Many thanks,


Adam

1 ACCEPTED SOLUTION
HotChilli
Community Champion
Community Champion

to remove the double space in the middle - Using Power Query. Right-click, Replace Values. Enter 2 spaces, replace with 1 space.

--

 

Maybe you can solve all problems by splitting column by 3 characters on right.  Clean and trim all data. Then combine columns with a space in between.  These are all done with the interface

 

View solution in original post

2 REPLIES 2
HotChilli
Community Champion
Community Champion

to remove the double space in the middle - Using Power Query. Right-click, Replace Values. Enter 2 spaces, replace with 1 space.

--

 

Maybe you can solve all problems by splitting column by 3 characters on right.  Clean and trim all data. Then combine columns with a space in between.  These are all done with the interface

 

@HotChilli 

Thanks! The Replace values worked a treat. Just like find and replace in excel.

 

I'll see if I can get other other solution to work over the next day or so.

 

Thanks.

Helpful resources

Announcements
FabCon and SQLCon Barcelona 2026

FabCon & SQLCon – Barcelona 2026

Join us in Barcelona for FabCon and SQLCon, the Fabric, Power BI, SQL, and AI community event. Save €200 with code FABCMTY200.

60 days of Data Days Carousel

Data Days 2026

Join Fabric Data Days 2026: 60 days of free live/on-demand sessions, challenges, study groups, and certification opportunities.

Power BI DataViz World Championships carousel

Power BI DataViz World Championships - June 2026

A new Power BI DataViz World Championship is coming this June! Don't miss out on submitting your entry.