Forum Discussion
Power BI Azure Map Incorrect Location
- 1 year ago
Hi Kiki0919 -you can select the column in your data model.Under the Modeling tab, look for the Data Category dropdown.Set the category as County.
For greater precision, add latitude and longitude values for each county. Power BI can more accurately locate places when geographical coordinates are provided. You can either obtain this information from an external dataset or use mapping tools to find the coordinates.
If the issue persists, consider using custom map visuals, like ArcGIS or Mapbox, which may offer better geocoding accuracy and customization options.
you can also try some concatenation approach like
FullLocation = [County] & ", " & [State]
Solved: Incorrect map location - Microsoft Fabric Community
Hope the above information works
Hi Kiki0919 -you can select the column in your data model.Under the Modeling tab, look for the Data Category dropdown.Set the category as County.
For greater precision, add latitude and longitude values for each county. Power BI can more accurately locate places when geographical coordinates are provided. You can either obtain this information from an external dataset or use mapping tools to find the coordinates.
If the issue persists, consider using custom map visuals, like ArcGIS or Mapbox, which may offer better geocoding accuracy and customization options.
you can also try some concatenation approach like
FullLocation = [County] & ", " & [State]
Solved: Incorrect map location - Microsoft Fabric Community
Hope the above information works
- noman01018 months agoNew Member
I am also experiencing same issue for the location United States, California, Quincy in Azure Map.