Don't miss your chance to take the Fabric Data Engineer (DP-600) exam for FREE! Find out how by watching the DP-600 session on-demand now through April 28th.
Learn moreJoin the FabCon + SQLCon recap series. Up next: Power BI, Real-Time Intelligence, IQ and AI, and Data Factory take center stage. All sessions are available on-demand after the live show. Register now
I have a database with addresses for all of our vendors. I need to bring in or populate the 4 digits after the zip code that are not normally used. I am having trouble figuring out how to accomplish this in the most simplest way possible. Any advice is greatly appreciated.
Solved! Go to Solution.
Those extra four digits are for courier routes related to specific streets (or large buildings) and the side of the street (or floor of a large building). Just to be clear, each 5-digit zip has many 4-digit extensions, so the extension has to be determined based on the rest of the address.
You'll probably want to use some sort of service like an API to look up the extension. Here's one resource I found via Google that might help: https://www.smarty.com/articles/zip-4-code
@CostaBella So, are the 4 digits included in the data? If so, perhaps do a split based upon - character and bring them in as 2 separate columns?
Unfortunately the extra 4 digits are not already in the data source. I need to find a way to bring them in from somewhere else. Just havent had much luck in my searches so far.
Those extra four digits are for courier routes related to specific streets (or large buildings) and the side of the street (or floor of a large building). Just to be clear, each 5-digit zip has many 4-digit extensions, so the extension has to be determined based on the rest of the address.
You'll probably want to use some sort of service like an API to look up the extension. Here's one resource I found via Google that might help: https://www.smarty.com/articles/zip-4-code
Check out the April 2026 Power BI update to learn about new features.
If you have recently started exploring Fabric, we'd love to hear how it's going. Your feedback can help with product improvements.
A new Power BI DataViz World Championship is coming this June! Don't miss out on submitting your entry.
| User | Count |
|---|---|
| 3 | |
| 3 | |
| 2 | |
| 2 | |
| 2 |
| User | Count |
|---|---|
| 5 | |
| 4 | |
| 4 | |
| 4 | |
| 4 |