Forum Discussion

AndyMaher's avatar
AndyMaher
Regular Visitor
10 years ago

Filled Map multiple countries/jurisdictions


I have some data that spans multiple countries. Currently this data only a postcode a 2letter contry and a value. I'd like to show this data on a filled map broken down by region/county. As the source data only has a country and post code I am in control of how I store the rest of the location data but I don't seem to be able to get a consistant level of breakdown.

 

if I just consider the 4 countries that make up the United Kingdom of Great Britain and Northern Ireland I can get them to display correctly by setting the category of the colum that contains the country names (England, Wales etc) to "state/province" and the column that contains the counties to "County". But when I introduce figures for the Republic of Ireland it want the country column to be set to "country" category, and the column that contains the counties to "state/province". (and it gets even more confusing when I introduce Australia and New zealand)

 

Am I asking too much to be able to show the figure for Cork and Cornwall on the same filled map?

4 Replies

  • Greg_Deckler's avatar
    Greg_Deckler
    Icon for Community Champion rankCommunity Champion

    I wonder if you could combine the addresses pieces into a single field and just tag it as "Address" and perhaps that might get you what you want.

    • AndyMaher's avatar
      AndyMaher
      Regular Visitor

      Thanks for the response, it was a good idea but it didn't work.

       

      I created a combine column that contains the county/state & country. 

      Cork, Ireland
      Cornwall, England, United Kingdom
      Queensland, Australia 

       

      if I set it to "address" (or "place") it doesn't show any data on the filled map. :(

      If I set it to either "state/province" or "County" I get the same problem as before with Ireland and Australia displaying right or the UK but not all of them. I'm starting to think this filled map is more hasle than its worth. the other map seems to be able to cope with the data.

      • v-ljerr-msft's avatar
        v-ljerr-msft
        Icon for Microsoft Employee rankMicrosoft Employee

        AndyMaher

         

        We can’t dynamically populate data field into map category based on country selection.

        In this scenario, if using a combined column Filled map can’t resolve it into detail position on map. So instead of creating a combined column, you can populate the values in “county” column into “State/province” column for those countries with no state/province information like Ireland.

         

        Regards