Skip to content

Commit 1724a16

Browse files
committed
Acrolinx
1 parent 2bd53e6 commit 1724a16

File tree

1 file changed

+12
-12
lines changed

1 file changed

+12
-12
lines changed

articles/azure-maps/power-bi-visual-geocode.md

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
---
22
title: Geocoding in Azure Maps Power BI visual
33
titleSuffix: Microsoft Azure Maps
4-
description: In this article, you will learn about geocoding in Azure Maps Power BI visual.
4+
description: In this article, you'll learn about geocoding in Azure Maps Power BI visual.
55
author: stevemunk
66
ms.author: v-munksteve
7-
ms.date: 11/29/2021
7+
ms.date: 03/15/2022
88
ms.topic: conceptual
99
ms.service: azure-maps
1010
services: azure-maps
@@ -16,31 +16,31 @@ Azure Maps uses the latitude and longitude coordinate system to locate places on
1616

1717
The Azure Maps Power BI Visual now provides a **Location** field that accepts address values that can be used to pinpoint a location on the map using geocoding.
1818

19-
Geocoding is the process of taking an address and returning the corresponding latitude/longitude coordinate. The address provided determines the granularity it is possible to geocode, such as a city as opposed to a specific street address.
19+
Geocoding is the process of taking an address and returning the corresponding latitude/longitude coordinate. The address provided determines the granularity it's possible to geocode, such as a city as opposed to a specific street address.
2020

2121
:::image type="content" source="media/power-bi-visual/geocode.png" alt-text="A screenshot showing the Visualizations and fields panes in Power BI desktop with the Azure Maps visual location field highlighted.":::
2222

2323
## The location field
2424

25-
The **Location** field in the Azure Maps Power BI Visual can accept multiple values, such as country, region, state, city, street address and zip code. By providing multiple sources of location information in the **Location** field you help to guarantee more accurate results and eliminate ambiguity that would prevent a specific location to be determined. For example, there are over twenty different cities in the United States named *Franklin* as well as at least two in Australia and one in Canada.
25+
The **Location** field in the Azure Maps Power BI Visual can accept multiple values, such as country, region, state, city, street address and zip code. By providing multiple sources of location information in the **Location** field you help to guarantee more accurate results and eliminate ambiguity that would prevent a specific location to be determined. For example, there are over 20 different cities in the United States named *Franklin*.
2626

27-
## Use geo-hierarchies to drill down
27+
## Use geo-hierarchies to drill-down
2828

29-
When entering multiple values into the **Location** field you create a geo-hierarchy. Geo-hierarchies enable the hierarchical drill down features in the map, allowing you to drill down to different "levels" of location.
29+
When entering multiple values into the **Location** field, you create a geo-hierarchy. Geo-hierarchies enable the hierarchical drill-down features in the map, allowing you to drill-down to different "levels" of location.
3030

31-
:::image type="content" source="media/power-bi-visual/drill-down.png" alt-text="A screenshot showing the Visualizations and fields panes in Power BI desktop with the Azure Maps visual location field highlighted.":::
31+
:::image type="content" source="media/power-bi-visual/drill-down-buttons.png" alt-text="A screenshot showing the Visualizations and fields panes in Power BI desktop with the Azure Maps visual location field highlighted.":::
3232

3333
| Button | Description |
3434
|:-:|-------------------------------------------------------------------------------------------|
35-
| 1 | The drill button on the far right, called Drill Mode, allows you to select a map Location and drill down into that specific location one level at a time. For example, if you turn on the drill-down option and select North America, you move down in the hierarchy to the next level -- states in North America. For geocoding, Power BI sends Azure Maps country and state data for North America only. The button on the left goes back up one level. |
36-
| 2 | The double arrow drills to the next level of the hierarchy for all locations at once. For example, if you are currently looking at countries and then use this option to move to the next level, states, Power BI displays state data for all countries. For geocoding, Power BI sends Azure Maps state data (no country data) for all locations. This option is useful if each level of your hierarchy is unrelated to the level above it. |
37-
| 3 | This is similar to the drill-down option, except that you don't need to click on the map. It expands down to the next level of the hierarchy remembering the current level's context. For example, if you are currently looking at countries and select this icon, you move down in the hierarchy to the next level -- states. For geocoding, Power BI sends data for each state and its corresponding country to help Azure Maps geocode more accurately. In most maps, you will either use this option or the drill down option on the far right, so you can send Azure as much information as possible to get accurate location information. |
35+
| 1 | The drill button on the far right, called Drill Mode, allows you to select a map Location and drill-down into that specific location one level at a time. For example, if you turn on the drill-down option and select North America, you move down in the hierarchy to the next level--states in North America. For geocoding, Power BI sends Azure Maps country and state data for North America only. The button on the left goes back up one level. |
36+
| 2 | The double arrow drills to the next level of the hierarchy for all locations at once. For example, if you're currently looking at countries and then use this option to move to the next level, states, Power BI displays state data for all countries. For geocoding, Power BI sends Azure Maps state data (no country data) for all locations. This option is useful if each level of your hierarchy is unrelated to the level above it. |
37+
| 3 | This is similar to the drill-down option, except that you don't need to click on the map. It expands down to the next level of the hierarchy remembering the current level's context. For example, if you're currently looking at countries and select this icon, you move down in the hierarchy to the next level--states. For geocoding, Power BI sends data for each state and its corresponding country to help Azure Maps geocode more accurately. In most maps, you'll either use this option or the drill-down option on the far right. This will send Azure as much information as possible and result in more accurate location information. |
3838

3939
## Categorize geographic fields in Power BI
4040

41-
To ensure fields are correctly geocoded, you can set the Data Category on the data fields in Power BI. In Data view, select the desired column. From the ribbon, select the Modeling tab and then set the Data Category to Address, City, Continent, Country/Region, County, Postal Code, **State, or Province. These data categories help Azure correctly encode the data. To learn more, see Data categorization in Power BI Desktop. If you are live connecting to SQL Server Analysis Services, you will need to set the data categorization outside of Power BI using SQL Server Data Tools (SSDT).
41+
To ensure fields are correctly geocoded, you can set the Data Category on the data fields in Power BI. In Data view, select the desired column. From the ribbon, select the Modeling tab and then set the Data Category to Address, City, Continent, Country, Region, County, Postal Code, State, or Province. These data categories help Azure correctly encode the data. To learn more, see [Data categorization in Power BI Desktop](/power-bi/transform-model/desktop-data-categorization). If you're live connecting to SQL Server Analysis Services, you'll need to set the data categorization outside of Power BI using [SQL Server Data Tools (SSDT)](/sql/ssdt/download-sql-server-data-tools-ssdt).
4242

43-
:::image type="content" source="media/power-bi-visual/data-category.png" alt-text="A screenshot showing the data category drop down list in Power BI desktop.":::
43+
:::image type="content" source="media/power-bi-visual/data-category.png" alt-text="A screenshot showing the data category drop-down list in Power BI desktop.":::
4444

4545
## Next steps
4646

0 commit comments

Comments
 (0)