Forum Discussion
How can I locate Places on map using PostalCode
- 9 years ago
I had the similar issue and this is how it was resolved:
1. make sure your Data category your fields is correct, you can set category in modeeling tab, select category "Country/Region
for your country field and set category "Postal code" for your postal code field.2. on Map visual, drop Country and Postal field as shown below
3. You will see drill down icon on your map visual, like below.
4, Click Hierarchary drill down button and you will see your data in correct country/postal area
This Topic is not solved! In Germany we have similar problems.
German postcode 99734 -> Nordhausen in Thüringen, is from Bing Maps located in Alaska, that's makes no sense. And we have much more examples.
I categorized the data. I created hierachies, with country. I concatenated it with Country infront of postcode, nothing works.
Please fix that Bugs!
- Anonymous8 years agoNot applicable
I'd like to suggest you to use a calculated column who contains detail address information to help map visual to accurate the location.
For example:
Place = [Postal Code]&","&[Country]
It worked in my case.
- jessical_72 years agoFrequent Visitor
Hi there,
I just tried the solution above and wondered if this calculated column needs to assign a data category. Thanks in advance.
Kind Regards,
- jessical_72 years agoFrequent Visitor
An answer to the question above: it doesn't require me to assign a certain data category for it, and making sure of the comma is between post code & country, then drag calculated column to 'Location' field on your map. Problem solved!
Many thanks,