Skip to content

Commit 7db347b

Browse files
author
Jill Grant
authored
Merge pull request #239169 from eriklindeman/power-bi-ga-4
Power bi ga 4
2 parents 14bcd1e + ea8706b commit 7db347b

13 files changed

+49
-33
lines changed
286 KB
Loading
40.2 KB
Loading
55.5 KB
Loading
21.3 KB
Loading

articles/azure-maps/power-bi-visual-add-heat-map-layer.md

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ title: Add a heat map layer to an Azure Maps Power BI visual
33
titleSuffix: Microsoft Azure Maps
44
description: In this article, you will learn how to use the heat map layer in an Azure Maps Power BI visual.
55
author: deniseatmicrosoft
6-
ms.author: limingchen
7-
ms.date: 11/29/2021
6+
ms.author: limingchen
7+
ms.date: 05/23/2023
88
ms.topic: how-to
99
ms.service: azure-maps
1010
services: azure-maps
@@ -45,10 +45,15 @@ The **Heat map** section of the **Format** pane provides flexibility to customiz
4545
- Specify if the value in size field should be used as the weight of each data point.
4646
- Pick different colors from color pickers.
4747
- Set the minimum and maximum zoom level for heat map layer to be visible.
48-
- Decide the heat map layer position amongst different layers, e.g., 3D bar chart layer and bubble layer.
48+
- Decide the heat map layer position amongst different layers, e.g., 3D column layer and bubble layer.
4949

5050
The following table shows the primary settings that are available in the **Heat map** section of the **Format** pane:
5151

52+
| Setting | Description |
53+
|----------------------|------------------|
54+
| Size | The radius of each data point in the heat map.<br /><br />Valid values when Unit = ‘pixels’: 1 - 200. Default: **20**<br />Valid values when Unit = ‘meters’: 1 - 4,000,000|
55+
56+
5257
| Setting | Description |
5358
|----------------------|------------------|
5459
| Radius | The radius of each data point in the heat map.<br /><br />Valid values when Unit = ‘pixels’: 1 - 200. Default: **20**<br />Valid values when Unit = ‘meters’: 1 - 4,000,000|
@@ -66,7 +71,7 @@ The following table shows the primary settings that are available in the **Heat
6671
Change how your data is displayed on the map:
6772

6873
> [!div class="nextstepaction"]
69-
> [Add a bar chart layer](power-bi-visual-add-3d-column-layer.md)
74+
> [Add a 3D column layer](power-bi-visual-add-3d-column-layer.md)
7075
7176
Add more context to the map:
7277

articles/azure-maps/power-bi-visual-add-pie-chart-layer.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: Add a pie chart layer to an Azure Maps Power BI visual
33
titleSuffix: Microsoft Azure Maps
44
description: In this article, you will learn how to use the pie chart layer in an Azure Maps Power BI visual.
55
author: deniseatmicrosoft
6-
ms.author: limingchen
6+
ms.author: limingchen
77
ms.date: 03/15/2022
88
ms.topic: how-to
99
ms.service: azure-maps
@@ -63,7 +63,7 @@ Pie Chart layer is an extension of the bubbles layer, so all settings are made i
6363
Change how your data is displayed on the map:
6464

6565
> [!div class="nextstepaction"]
66-
> [Add a bar chart layer](power-bi-visual-add-3d-column-layer.md)
66+
> [Add a 3D column layer](power-bi-visual-add-3d-column-layer.md)
6767
6868
> [!div class="nextstepaction"]
6969
> [Add a heat map layer](power-bi-visual-add-heat-map-layer.md)

articles/azure-maps/power-bi-visual-add-reference-layer.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: Add a reference layer to Azure Maps Power BI visual
33
titleSuffix: Microsoft Azure Maps
44
description: In this article, you will learn how to use the reference layer in Azure Maps Power BI visual.
55
author: deniseatmicrosoft
6-
ms.author: limingchen
6+
ms.author: limingchen
77
ms.date: 11/29/2021
88
ms.topic: how-to
99
ms.service: azure-maps

articles/azure-maps/power-bi-visual-add-tile-layer.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: Add a tile layer to an Azure Maps Power BI visual
33
titleSuffix: Microsoft Azure Maps
44
description: In this article, you will learn how to use the tile layer in Azure Maps Power BI visual.
55
author: deniseatmicrosoft
6-
ms.author: limingchen
6+
ms.author: limingchen
77
ms.date: 11/29/2021
88
ms.topic: how-to
99
ms.service: azure-maps
@@ -27,12 +27,12 @@ The bounding box and zoom range of where a tile service is available can be pass
2727
| Tile size | An integer value that specifies both the width and height dimensions of the tiles. |
2828
| North bound | Northern latitude of the bounding box where tiles are available. |
2929
| South bound | Southern latitude of the bounding box where tiles are available. |
30-
| East bound | Eastern longitude of the bounding box where tiles are available. |
31-
| West bound | Western longitude of the bounding box where tiles are available. |
30+
| East bound | Eastern longitude of the bounding box where tiles are available. |
31+
| West bound | Western longitude of the bounding box where tiles are available. |
3232
| Transparency | Transparency of the tile layer. |
3333
| Is TMS | Tile Map Services, a specification that reverses the Y coordinate axis of the tile layer. |
3434
| Min zoom | Minimum zoom level tiles are available. |
35-
| Max zoom | Maximum zoom level tiles are available. |
35+
| Max zoom | Maximum zoom level tiles are available. |
3636
| Layer position | Specifies the position of the layer relative to other map layers. |
3737

3838
## Tile URL formatting

articles/azure-maps/power-bi-visual-filled-map.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,14 @@ title: Filled map in Azure Maps Power BI Visual
33
titleSuffix: Microsoft Azure Maps
44
description: In this article, you'll learn about the Filled map feature in Azure Maps Power BI Visual.
55
author: deniseatmicrosoft
6-
ms.author: limingchen
6+
ms.author: limingchen
77
ms.date: 04/11/2022
88
ms.topic: how-to
99
ms.service: azure-maps
1010
services: azure-maps
1111
---
1212

13-
# Filled map in Azure Maps Power BI Visual (Preview)
13+
# Filled map in Azure Maps Power BI visual
1414

1515
Filled maps use varying degrees of shading, tinting or different patterns to provide a visual display that quickly shows differences in values across a geography or region. Showing these relative differences with shading that ranges from light (less-frequent/lower) to dark (more-frequent/more) is a useful way to quickly convey pertinent information to viewers.
1616

@@ -128,7 +128,7 @@ There are two places where you can adjust filled maps settings: Build and format
128128
Change how your data is displayed on the map:
129129

130130
> [!div class="nextstepaction"]
131-
> [Add a bar chart layer](power-bi-visual-add-3d-column-layer.md)
131+
> [Add a 3D column layer](power-bi-visual-add-3d-column-layer.md)
132132
133133
> [!div class="nextstepaction"]
134134
> [Add a heat map layer](power-bi-visual-add-heat-map-layer.md)

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: Geocoding in Azure Maps Power BI visual
33
titleSuffix: Microsoft Azure Maps
44
description: In this article, you'll learn about geocoding in Azure Maps Power BI visual.
55
author: deniseatmicrosoft
6-
ms.author: limingchen
6+
ms.author: limingchen
77
ms.date: 03/16/2022
88
ms.topic: how-to
99
ms.service: azure-maps
@@ -47,7 +47,7 @@ To ensure fields are correctly geocoded, you can set the Data Category on the da
4747
Learn more about the Azure Maps Power BI visual:
4848

4949
> [!div class="nextstepaction"]
50-
> [Get started with Azure Maps Power BI visual (Preview)](power-bi-visual-get-started.md)
50+
> [Get started with Azure Maps Power BI visual](power-bi-visual-get-started.md)
5151
5252
> [!div class="nextstepaction"]
5353
> [Understanding layers in the Azure Maps Power BI visual](power-bi-visual-understanding-layers.md)

0 commit comments

Comments
 (0)