Forum Discussion
Anonymous
4 years agoNot applicable
How to use Dutch postal codes in map visualisation
Dear All, I try to show Dutch customers in the map in Power BI, based ont he postal code. Currently it has been mixed up with locations in Belgium. How can I make sure / identfy just only the loc...
- 4 years ago
Anonymous , Create new columns ane try to use them as post code
[Country Code] & " , " & [Post Code]
or
[Post Code] & " ," & [Country]
or refer
https://community.powerbi.com/t5/Desktop/How-can-I-locate-Places-on-map-using-PostalCode/m-p/123407
amitchandak
4 years agoSuper User
Anonymous , Create new columns ane try to use them as post code
[Country Code] & " , " & [Post Code]
or
[Post Code] & " ," & [Country]
or refer
https://community.powerbi.com/t5/Desktop/How-can-I-locate-Places-on-map-using-PostalCode/m-p/123407
Luuky
4 years agoHelper I
Second option worked for me. My work laptop showed different locations then my work pc when i used dutch postal codes. With the second solution ([Post Code] & " , " & [Country]) it showed the correct data in both cases. Thanks for the tip!