Forum Discussion

jtownsend21's avatar
jtownsend21
Responsive Resident
7 years ago
Solved

Mapping Errors - Map Shows Incorrect Locations

I found another post like this (probably the same issue), but could not find an actual solution, so I am hoping someone has an answer. As you can see from the screenshot below, the state is Colorado, but it is appearing in Nebraska at the county level. I tried creating a hierarchy for the location data, but that produced the same results.

 

Here is a link to a sample PBIX with Sample data. 

 

Any help is appreciated. 

 

8 Replies

  • jtownsend21 may be you need to concatenate country and state as below

     

    Country State = data[Country] &  ", "  & data[State]

    and categories it to "State" and when i plot using above, it works fine. here is a blog which talks about tips and tricks.

     

     

     

    • jtownsend21's avatar
      jtownsend21
      Responsive Resident

      I found the same post. It actually says not to concatenate :

      "For example, your City location field should be Southampton, not Southampton, New York. And Address location fields should be 1 Microsoft Way and not 1 Microsoft Way, Redmond, WA." 

      Regardless I have tried the concatenation and it actually makes it worse... for the same data set I get 3 points outside of CO rather than just the 2. 

      Also my issue is not at the city level, but at the County level. However in the complete data set there are a few issues with at the city level. 

       

      • parry2k's avatar
        parry2k
        Super User

        jtownsend21 It always worked for me by doing concatenate. I will let you decided how you want to proceed. you have solution in place and as you can in the screen shot, it works fine.