Skip to content

Commit 6c25746

Browse files
committed
Added next steps section
1 parent 67722c3 commit 6c25746

File tree

4 files changed

+45
-3
lines changed

4 files changed

+45
-3
lines changed

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

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,14 @@ The following are all settings in the **Format** pane that are available in the
5252
5353
## Next steps
5454

55+
Change how your data is displayed on the map:
56+
57+
> [!div class="nextstepaction"]
58+
> [Add a bubble layer](power-bi-visual-add-bubble-layer.md)
59+
60+
> [!div class="nextstepaction"]
61+
> [Add a heat map layer](power-bi-visual-add-heat-map-layer.md)
62+
5563
Add more context to the map:
5664

5765
> [!div class="nextstepaction"]

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

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,9 @@ Change how your data is displayed on the map:
7171
> [!div class="nextstepaction"]
7272
> [Add a bar chart layer](power-bi-visual-add-bar-chart-layer.md)
7373
74+
> [!div class="nextstepaction"]
75+
> [Add a heat map layer](power-bi-visual-add-heat-map-layer.md)
76+
7477
Add more context to the map:
7578

7679
> [!div class="nextstepaction"]

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

Lines changed: 32 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,8 @@ ms.custom:
1515

1616
In this article, you will learn how to add a heat map layer to an Azure Maps visual in Power BI.
1717

18+
:::image type="content" source="media/power-bi-visual/heat-map.png" alt-text="Heat map layer in Azure Maps Visual for Power BI.":::
19+
1820
Heat maps, also known as density maps, are a type of overlay on a map used to represent the density of data using different colors. Heat maps are often used to show the data “hot spots” on a map. Heat maps are a great way to render datasets with large number of points. Displaying a large number of data points on a map will result in a degradation in performance and can cover it with overlapping symbols, making it unusable. Rendering the data as a heat map results not only in better performance, it helps you make better sense of the data by making it easy to see the relative density of each data point.
1921

2022
A heat map is useful when users want to visualize vast comparative data:
@@ -25,14 +27,15 @@ A heat map is useful when users want to visualize vast comparative data:
2527

2628
## Prerequisites
2729

28-
- An Azure Maps visual in Power BI as described in [Getting started with the Azure Maps visual for Power BI](/power-bi-visual-getting-started.md).
30+
- [Getting started with the Azure Maps visual for Power BI](/power-bi-visual-getting-started.md).
2931
- [Understanding layers in the Azure Maps visual for Power BI](/power-bi-visual-understanding-layers.md).
3032

3133
## Add the heat map layer
3234

33-
To create the Heat map layer, switch the **Heat map** toggle to **On** in the **Format** pane.
35+
1. In Power BI Desktop, select the Azure map that you created.
36+
1. In the **Format** pane, switch the **Heat map** toggle to **On**.
3437

35-
:::image type="content" source="media/power-bi-visual/heat-map.png" alt-text="Heat map layer in Azure Maps Visual for Power BI":::
38+
Now you can adjust all the Heat map layer settings to suit your report.
3639

3740
## Heat map layer settings
3841

@@ -58,3 +61,29 @@ The following table shows the primary settings that are available in the **Heat
5861
| Min zoom |Minimum zoom level the layer is visible at. Valid values are 1 to 22. Default: **0** |
5962
|Max zoom |Maximum zoom level the layer is visible at. Valid values are 1 to 22. Default: **22**|
6063
|Layer position |Specify the position of the layer relative to other map layers. Valid values include **Above labels**, **Below labels** and **Below roads** |
64+
65+
## Next steps
66+
67+
Change how your data is displayed on the map:
68+
69+
> [!div class="nextstepaction"]
70+
> [Add a bar chart layer](power-bi-visual-add-bar-chart-layer.md)
71+
72+
Add more context to the map:
73+
74+
> [!div class="nextstepaction"]
75+
> [Add a reference layer](power-bi-visual-add-reference-layer.md)
76+
77+
> [!div class="nextstepaction"]
78+
> [Add a tile layer](power-bi-visual-add-tile-layer.md)
79+
80+
> [!div class="nextstepaction"]
81+
> [Show real-time traffic](power-bi-visual-show-real-time-traffic.md)
82+
83+
Customize the visual:
84+
85+
> [!div class="nextstepaction"]
86+
> [Tips and tricks for color formatting in Power BI](/power-bi/visuals/service-tips-and-tricks-for-color-formatting)
87+
88+
> [!div class="nextstepaction"]
89+
> [Customize visualization titles, backgrounds, and legends](/power-bi/visuals/power-bi-visualization-customize-title-background-and-legend)

articles/azure-maps/toc.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -293,6 +293,8 @@ items:
293293
href: power-bi-visual-add-bubble-layer.md
294294
- name: Add a bar chart layer
295295
href: power-bi-visual-add-bar-chart-layer.md
296+
- name: Add a heat map layer
297+
href: power-bi-visual-add-heat-map-layer.md
296298
- name: Add a reference layer
297299
href: power-bi-visual-add-reference-layer.md
298300
- name: Add a tile layer

0 commit comments

Comments
 (0)