Skip to content

Commit 261db3c

Browse files
authored
Merge pull request #218318 from stevemunk/SM-AzureMaps-Visuals-ShowLabels
Azure maps visuals show labels
2 parents a4f724e + 8304a4b commit 261db3c

File tree

3 files changed

+52
-24
lines changed

3 files changed

+52
-24
lines changed
282 KB
Loading
379 KB
Loading

articles/azure-maps/power-bi-visual-get-started.md

Lines changed: 52 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: Get started with Azure Maps Power BI visual
33
titleSuffix: Microsoft Azure Maps
4-
description: In this article, you will learn how to use Azure Maps Power BI visual.
4+
description: In this article, you'll learn how to use Azure Maps Power BI visual.
55
author: stevemunk
66
ms.author: v-munksteve
77
ms.date: 11/29/2021
@@ -19,9 +19,9 @@ This article shows how to use the Microsoft Azure Maps Power BI visual.
1919
> [!NOTE]
2020
> This visual can be created and viewed in both Power BI Desktop and the Power BI service. The steps and illustrations in this article are from Power BI Desktop.
2121
22-
The Azure Maps Power BI visual provides a rich set of data visualizations for spatial data on top of a map. It is estimated that over 80% of business data has a location context. The Azure Maps Power BI visual can be used to gain insights into how this location context relates to and influences your business data.
22+
The Azure Maps Power BI visual provides a rich set of data visualizations for spatial data on top of a map. It's estimated that over 80% of business data has a location context. The Azure Maps Power BI visual can be used to gain insights into how this location context relates to and influences your business data.
2323

24-
![Power BI desktop with the Azure Maps Power BI visual displaying business data](media/power-bi-visual/azure-maps-visual-hero.png)
24+
:::image type="content" source="media/power-bi-visual/azure-maps-visual-hero.png" alt-text="A screenshot of Power BI desktop with the Azure Maps Power BI visual displaying business data." lightbox="media/power-bi-visual/azure-maps-visual-hero.png":::
2525

2626
## What is sent to Azure?
2727

@@ -43,39 +43,45 @@ To learn more, about privacy and terms of use related to the Azure Maps Power BI
4343

4444
There are a few considerations and requirements for the Azure Maps Power BI visual:
4545

46-
- The Azure Maps Power BI visual must be enabled in Power BI Desktop. To enable Azure Maps Power BI visual, select **File** > **Options and Settings** > **Options** > **Preview features**, then select the **Azure Maps Visual** checkbox. If the Azure Maps visual is not available after enabling this setting, it's likely that a tenant admin switch in the Admin Portal needs to be enabled.
46+
- The Azure Maps Power BI visual must be enabled in Power BI Desktop. To enable Azure Maps Power BI visual, select **File** > **Options and Settings** > **Options** > **Preview features**, then select the **Azure Maps Visual** checkbox. If the Azure Maps visual isn't available after enabling this setting, it's likely that a tenant admin switch in the Admin Portal needs to be enabled.
4747
- The data set must have fields that contain **latitude** and **longitude** information.
4848

4949
## Use the Azure Maps Power BI visual
5050

5151
Once the Azure Maps Power BI visual is enabled, select the **Azure Maps** icon from the **Visualizations** pane.
5252

53-
:::image type="content" source="media/power-bi-visual/azure-maps-in-visualizations-pane.png" alt-text="Azure Maps visual button on the Visualizations pane.":::
53+
:::image type="content" source="media/power-bi-visual/azure-maps-in-visualizations-pane.png" alt-text="A screenshot the Azure Maps visual button on the Visualizations pane in of Power BI.":::
5454

5555
Power BI creates an empty Azure Maps visual design canvas. While in preview, another disclaimer is displayed.
5656

57-
:::image type="content" source="media/power-bi-visual/visual-initial-load.png" alt-text="Power BI desktop with the Azure Maps visual loaded in its initial state.":::
57+
:::image type="content" source="media/power-bi-visual/visual-initial-load.png" alt-text="A screenshot of Power BI desktop with the Azure Maps visual loaded in its initial state." lightbox="media/power-bi-visual/visual-initial-load.png":::
5858

5959
Take the following steps to load the Azure Maps visual:
6060

6161
1. In the **Fields** pane, drag data fields that contain latitude and longitude coordinate information into the **Latitude** and/or **Longitude** buckets. This is the minimal data needed to load the Azure Maps visual.
6262

63-
:::image type="content" source="media/power-bi-visual/bubble-layer.png" alt-text="Azure Maps visual displaying points as bubbles on the map after latitude and longitude fields provided.":::
63+
:::image type="content" source="media/power-bi-visual/bubble-layer.png" alt-text="A screenshot of the Azure Maps visual displaying points as bubbles on the map after latitude and longitude fields are provided." lightbox="media/power-bi-visual/bubble-layer.png":::
6464

6565
2. To color the data based on categorization, drag a categorical field into the **Legend** bucket of the **Fields** pane. In this example, we're using the **AdminDistrict** column (also known as state or province).
6666

67-
:::image type="content" source="media/power-bi-visual/bubble-layer-with-legend-color.png" alt-text="Azure Maps visual displaying points as colored bubbles on the map after legend field provided.":::
67+
:::image type="content" source="media/power-bi-visual/bubble-layer-with-legend-color.png" alt-text="A screenshot of the Azure Maps visual displaying points as colored bubbles on the map after legend field is provided." lightbox="media/power-bi-visual/bubble-layer-with-legend-color.png":::
6868

6969
> [!NOTE]
7070
> The built-in legend control for Power BI does not currently appear in this preview.
7171
7272
3. To scale the data relatively, drag a measure into the **Size** bucket of the **Fields** pane. In this example, we're using **Sales** column.
7373

74-
:::image type="content" source="media/power-bi-visual/bubble-layer-with-legend-color-and-size.png" alt-text="Azure Maps visual displaying points as colored and scaled bubbles on the map after size field provided.":::
74+
:::image type="content" source="media/power-bi-visual/bubble-layer-with-legend-color-and-size.png" alt-text="A screenshot of the Azure Maps visual displaying points as colored and scaled bubbles on the map demonstrating the size field." lightbox="media/power-bi-visual/bubble-layer-with-legend-color-and-size.png":::
7575

7676
4. Use the options in the **Format** pane to customize how data is rendered. The following image is the same map as above, but with the bubble layers fill transparency option set to 50% and the high-contrast outline option enabled.
7777

78-
:::image type="content" source="media/power-bi-visual/bubble-layer-styled.png" alt-text="Azure Maps visual displaying points as bubbles on the map with a custom style.":::
78+
:::image type="content" source="media/power-bi-visual/bubble-layer-styled.png" alt-text="A screenshot of the Azure Maps visual displaying points as bubbles on the map with a custom style." lightbox="media/power-bi-visual/bubble-layer-styled.png":::
79+
80+
5. You can also show or hide labels in the **Format** pane. The following two images show maps with the **Show labels** setting turned on and off:
81+
82+
:::image type="content" source="media/power-bi-visual/show-labels-on.png" alt-text="A screenshot of the Azure Maps visual displaying a map with the show labels setting turned on in the style section of the format pane in Power BI." lightbox="media/power-bi-visual/show-labels-on.png":::
83+
84+
:::image type="content" source="media/power-bi-visual/show-labels-off.png" alt-text="A screenshot of the Azure Maps visual displaying a map with the show labels setting turned off in the style section of the format pane in Power BI." lightbox="media/power-bi-visual/show-labels-off.png":::
7985

8086
## Fields pane buckets
8187

@@ -91,29 +97,44 @@ The following data buckets are available in the **Fields** pane of the Azure Map
9197

9298
## Map settings
9399

94-
The **Map settings** section of the Format pane provide options for customizing how the map is displayed and reacts to updates.
100+
The **Map settings** section of the **Format** pane provide options for customizing how the map is displayed and reacts to updates.
101+
102+
The **Map settings** section is divided into three subsections: [style](#style), [view](#view) and [controls](#controls).
103+
104+
### Style
95105

96-
| Setting | Description |
97-
|---------------------|--------------|
98-
| Auto zoom | Automatically zooms the map into the data loaded through the **Fields** pane of the visual. As the data changes, the map will update its position accordingly. When the slider is in the **Off** position, more map view settings are displayed for the default map view. |
99-
| World wrap | Allows the user to pan the map horizontally infinitely. |
100-
| Style picker | Adds a button to the map that allows the report readers to change the style of the map. |
101-
| Navigation controls | Adds buttons to the map as another method to allow the report readers to zoom, rotate, and change the pitch of the map. See this document on [Navigating the map](map-accessibility.md#navigating-the-map) for details on all the different ways users can navigate the map. |
102-
| Map style | The style of the map. See the [supported map styles](supported-map-styles.md) document for more information. |
103-
| Selection control | Adds a button that allows the user to choose between different modes to select data on the map; circle, rectangle, polygon (lasso), or travel time or distance. When drawing a polygon, to complete the drawing; click on the first point, or double-click the map on the last point, or press the `c` key. |
106+
The following settings are available in the **Style** section:
104107

105-
### Map view settings
108+
| Setting | Description |
109+
|-------------|--------------|
110+
| Style | The style of the map. The dropdown list contains [greyscale light][gs-light], [greyscale dark][gs-dark], [night][night], [road shaded relief][RSR], [satellite][satellite] and [satellite road labels][satellite RL]. |
111+
| Show labels | A toggle switch that enables you to either show or hide map labels. For more information, see list item number five in the previous section. |
106112

107-
If the **Auto zoom** slider is in the **Off** position, the following settings are displayed and allow the user to specify the default map view information.
113+
### View
114+
115+
The following settings available in the **View** section enable the user to specify the default map view information when the **Auto zoom** setting is set to **Off**.
108116

109117
| Setting | Description |
110118
|------------------|---------------|
119+
| Auto zoom | Automatically zooms the map into the data loaded through the **Fields** pane of the visual. As the data changes, the map will update its position accordingly. When **Auto zoom** is set to **Off**, the remaining settings in this section become active that enable to user to define the default map view. |
111120
| Zoom | The default zoom level of the map. Can be a number between 0 and 22. |
112-
| Center latitude | The default latitude at the center of the map. |
113-
| Center longitude | The default longitude at the center of the map. |
121+
| Center latitude | The default latitude of the center of the map. |
122+
| Center longitude | The default longitude of the center of the map. |
114123
| Heading | The default orientation of the map in degrees, where 0 is north, 90 is east, 180 is south, and 270 is west. Can be any number between 0 and 360. |
115124
| Pitch | The default tilt of the map in degrees between 0 and 60, where 0 is looking straight down at the map. |
116125

126+
### Controls
127+
128+
The following settings are available in the **Controls** section:
129+
130+
| Setting | Description |
131+
|--------------|--------------|
132+
| World wrap | Allows the user to pan the map horizontally infinitely. |
133+
| Style picker | Adds a button to the map that allows the report readers to change the style of the map. |
134+
| Navigation | Adds buttons to the map as another method to allow the report readers to zoom, rotate, and change the pitch of the map. See this document on [Navigating the map](map-accessibility.md#navigating-the-map) for details on all the different ways users can navigate the map. |
135+
| Selection | Adds a button that allows the user to choose between different modes to select data on the map; circle, rectangle, polygon (lasso), or travel time or distance. To complete drawing a polygon; select the first point, or double-click on the last point on the map, or press the `c` key. |
136+
| Geocoding culture | The default, **Auto**, refers to the Western Address System. The only other option, **JA**, refers to the Japanese address system. In the western address system, you begin with the address details and then proceed to the larger categories such as city, state and postal code. In the Japanese address system, the larger categories are listed first and finish with the address details. |
137+
117138
## Considerations and Limitations
118139

119140
The Azure Maps Power BI visual is available in the following services and applications:
@@ -129,7 +150,7 @@ The Azure Maps Power BI visual is available in the following services and applic
129150

130151
**Where is Azure Maps available?**
131152

132-
At this time, Azure Maps is currently available in all countries and regions except the following:
153+
At this time, Azure Maps is currently available in all countries and regions except:
133154

134155
- China
135156
- South Korea
@@ -166,3 +187,10 @@ Customize the visual:
166187
167188
> [!div class="nextstepaction"]
168189
> [Customize visualization titles, backgrounds, and legends](/power-bi/visuals/power-bi-visualization-customize-title-background-and-legend)
190+
191+
[gs-light]: supported-map-styles.md#grayscale_light
192+
[gs-dark]: supported-map-styles.md#grayscale_dark
193+
[night]:supported-map-styles.md#night
194+
[RSR]: supported-map-styles.md#road_shaded_relief
195+
[satellite]: supported-map-styles.md#satellite
196+
[satellite RL]: supported-map-styles.md#satellite_road_labels

0 commit comments

Comments
 (0)