Forum Discussion

TNACliff's avatar
TNACliff
New Member
1 year ago
Solved

Map

I'm adding some simple data that looks at UK counties in relation to how much they have been researched from our collection - so a simple count vs county name.  I've doen this before and it worked bu...
  • anilelmastasi's avatar
    1 year ago

    Hello TNACliff ,

     

    This is a classic Power BI mapping issue caused by ambiguous place names, especially when working with UK counties that share names with US counties or cities.

     

    If your dataset only has "County", add a new column like:
    Full Location = [County Name] & ", United Kingdom"
    Use this new Full Location column in your Map visual’s Location field.


    And in the column tools, if you set this as Place, it will work the best.

     

    If this solved your issue, please mark it as the accepted solution.

  • TNACliff's avatar
    TNACliff
    1 year ago

    no it did not solve the problem but if you change the data category to "state or Province" (in this case my list of counties) it works.