Microsoft is giving away 50,000 FREE Microsoft Certification exam vouchers!
Enter the sweepstakes now!Prepping for a Fabric certification exam? Join us for a live prep session with exam experts to learn how to pass the exam. Register now.
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:
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
Solved! Go to Solution.
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
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
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.
Check out the April 2025 Power BI update to learn about new features.
Explore and share Fabric Notebooks to boost Power BI insights in the new community notebooks gallery.
User | Count |
---|---|
72 | |
71 | |
65 | |
42 | |
42 |
User | Count |
---|---|
49 | |
42 | |
29 | |
28 | |
27 |