Skip to content

Commit bc22701

Browse files
Merge pull request #126237 from zhz0704/update-doc
Update Power BI Azure Maps visual doc
2 parents 26c4c53 + 92eba7e commit bc22701

File tree

5 files changed

+31
-2
lines changed

5 files changed

+31
-2
lines changed
511 KB
Loading
598 KB
Loading
510 KB
Loading
473 KB
Loading

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

Lines changed: 31 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -85,12 +85,18 @@ Take the following steps to load the Azure Maps visual:
8585

8686
:::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":::
8787

88-
1. 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:
88+
1. You can also show or hide labels in the **Format** pane. The following two images show maps with the **Labels** setting turned on and off:
8989

9090
:::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":::
9191

9292
:::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":::
9393

94+
1. You can also show or hide country borders, state or province borders, county borders, building, and road details in the **Format** pane. The following two images show maps with the **Country borders** settings turned on and off:
95+
96+
:::image type="content" source="media/power-bi-visual/country-borders-on.png" alt-text="A screenshot of the Azure Maps visual displaying a map with the country borders setting turned on in the style section of the format pane in Power BI." lightbox="media/power-bi-visual/country-borders-on.png":::
97+
98+
:::image type="content" source="media/power-bi-visual/country-borders-off.png" alt-text="A screenshot of the Azure Maps visual displaying a map with the country borders setting turned off in the style section of the format pane in Power BI." lightbox="media/power-bi-visual/country-borders-off.png":::
99+
94100
## Fields pane buckets
95101

96102
The following data buckets are available in the **Fields** pane of the Azure Maps visual.
@@ -117,7 +123,30 @@ The following settings are available in the **Style** section:
117123
| Setting | Description |
118124
|-------------|--------------|
119125
| Style | The style of the map. The dropdown list contains [blank and blank accessible], [grayscale dark], [grayscale light], [high contrast dark], [high contrast light], [night], [road], [road shaded relief], [satellite] and [satellite road labels]. |
120-
| 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. |
126+
| Labels | A toggle switch that allows you to show or hide map labels. For more information, see item number five in the previous section titled [Use the Azure Maps Power BI visual](#use-the-azure-maps-power-bi-visual). |
127+
| Country borders | A toggle switch that controls the visibility of country borders. |
128+
| State or province borders | A toggle switch that controls the visibility of the borders for the first-level administrative divisions, such as state or province borders. |
129+
| County borders | A toggle switch that controls the visibility of the borders for the second-level administrative divisions, such as county borders. |
130+
| Buildings | A toggle switch that controls the visibility of building footprints |
131+
| Road details | A toggle switch that adjusts the level of detail for visible roads. Turning this off will reduce the number of roads shown on the map. |
132+
133+
The availability of the above toggles depends on the selected style. Below is a table showing the supported options for different styles:
134+
135+
| Map styles | Labels | Country borders | State or province borders | County borders | Buildings | Road details |
136+
|-|-|-|-|-|-|-|
137+
| [blank and blank accessible] |||||||
138+
| [grayscale dark] |||||||
139+
| [grayscale light] |||||||
140+
| [high contrast dark] |||||||
141+
| [high contrast light] |||||||
142+
| [night] |||||||
143+
| [road] |||||||
144+
| [road shaded relief] |||||||
145+
| [satellite] |||||||
146+
| [satellite road labels] |||||||
147+
148+
If an option is not supported by the currently selected style, it will have no effect until you choose a style that supports it.
149+
121150

122151
### View
123152

0 commit comments

Comments
 (0)