Skip to content

Commit 49cfda7

Browse files
authored
Merge pull request #267443 from stevemunk/Revise-cluster-bubbles-doc
Add new article for the cluster bubble layer.
2 parents 2b7e3c9 + 87f4c08 commit 49cfda7

File tree

5 files changed

+63
-24
lines changed

5 files changed

+63
-24
lines changed
-161 KB
Loading
-51.6 KB
Loading

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

Lines changed: 2 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -76,34 +76,15 @@ The **Category labels** settings enable you to customize font setting such as fo
7676

7777
:::image type="content" source="./media/power-bi-visual/category-labels-example.png" alt-text="A screenshot showing the category labels on an Azure Maps map in Power BI." lightbox="./media/power-bi-visual/category-labels-example.png":::
7878

79-
## Adding a cluster bubble layer
80-
81-
Cluster bubble layers enable you to use enhanced data aggregation capabilities based on different zoom levels. Cluster bubble layers are designed to optimize the visualization and analysis of data by allowing dynamic adjustments to granularity as users zoom in or out on the map.
82-
83-
:::image type="content" source="./media/power-bi-visual/cluster-bubble-layer.png" lightbox="./media/power-bi-visual/cluster-bubble-layer.png" alt-text="A screenshot showing an Azure Maps Power BI visual with a cluster bubble layer.":::
84-
85-
Azure Maps Power BI visual offers a range of configuration options to provide flexibility when customizing the appearance of cluster bubbles. With parameters like cluster bubble size, color, text size, text color, border color, and border width, you can tailor the visual representation of clustered data to align with your reporting needs.
86-
87-
:::image type="content" source="./media/power-bi-visual/visualizations-settings-cluster-bubbles.png" alt-text="A screenshot showing the format visual options for a cluster bubble layer.":::
88-
89-
| Setting | Description | Values |
90-
|---------------|---------------------------------------------------|---------|
91-
| Bubble Size  | The size of each cluster bubble. Default: 12 px | 1-50 px |
92-
| Cluster Color | Fill color of each cluster bubble.  | |
93-
| Text Size | The size of the number indicating the quantity of clustered bubbles. Default: 18 px.| 1-60 px|
94-
| Text Color | Text color of the number displayed in the cluster bubbles.| |
95-
| Border Color | The color of the bubbles outline. | |
96-
| Border Width | The width of the border in pixels. Default: 2 px | 1-20 px |
97-
9879
## Next steps
9980

10081
Change how your data is displayed on the map:
10182

10283
> [!div class="nextstepaction"]
103-
> [Add a 3D column layer](power-bi-visual-add-3d-column-layer.md)
84+
> [Add a cluster bubble layer](power-bi-visual-cluster-bubbles.md)
10485
10586
> [!div class="nextstepaction"]
106-
> [Add a heat map layer](power-bi-visual-add-heat-map-layer.md)
87+
> [Add a 3D column layer](power-bi-visual-add-3d-column-layer.md)
10788
10889
Add more context to the map:
10990

@@ -113,9 +94,6 @@ Add more context to the map:
11394
> [!div class="nextstepaction"]
11495
> [Add a tile layer](power-bi-visual-add-tile-layer.md)
11596
116-
> [!div class="nextstepaction"]
117-
> [Show real-time traffic](power-bi-visual-show-real-time-traffic.md)
118-
11997
Customize the visual:
12098

12199
> [!div class="nextstepaction"]
Lines changed: 59 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,59 @@
1+
---
2+
title: Add a cluster bubble layer to an Azure Maps Power BI visual
3+
titleSuffix: Microsoft Azure Maps
4+
description: In this article, you learn how to use the cluster bubble layer in an Azure Maps Power BI visual.
5+
author: deniseatmicrosoft
6+
ms.author: limingchen
7+
ms.date: 02/27/2024
8+
ms.topic: how-to
9+
ms.service: azure-maps
10+
services: azure-maps
11+
---
12+
13+
# Add a cluster bubble layer
14+
15+
Cluster bubble layers enable you to use enhanced data aggregation capabilities based on different zoom levels. Cluster bubble layers are designed to optimize the visualization and analysis of data by allowing dynamic adjustments to granularity as users zoom in or out on the map.
16+
17+
:::image type="content" source="./media/power-bi-visual/cluster-bubble-layer.png" lightbox="./media/power-bi-visual/cluster-bubble-layer.png" alt-text="A screenshot showing an Azure Maps Power BI visual with a cluster bubble layer.":::
18+
19+
Azure Maps Power BI visual offers a range of configuration options to provide flexibility when customizing the appearance of cluster bubbles. With parameters like cluster bubble size, color, text size, text color, border color, and border width, you can tailor the visual representation of clustered data to align with your reporting needs.
20+
21+
:::image type="content" source="./media/power-bi-visual/visualizations-settings-cluster-bubbles.png" alt-text="A screenshot showing the format visual options for a cluster bubble layer.":::
22+
23+
| Setting | Description | Values |
24+
|---------------|---------------------------------------------------|---------|
25+
| Bubble Size  | The size of each cluster bubble. Default: 12 px | 1-50 px |
26+
| Cluster Color | Fill color of each cluster bubble.  | |
27+
| Text Size | The size of the number indicating the quantity of clustered bubbles. Default: 18 px.| 1-60 px|
28+
| Text Color | Text color of the number displayed in the cluster bubbles.| |
29+
| Border Color | The color of the bubbles outline. | |
30+
| Border Width | The width of the border in pixels. Default: 2 px | 1-20 px |
31+
32+
## Next steps
33+
34+
Change how your data is displayed on the map:
35+
36+
> [!div class="nextstepaction"]
37+
> [Add a 3D column layer](power-bi-visual-add-3d-column-layer.md)
38+
39+
> [!div class="nextstepaction"]
40+
> [Add a heat map layer](power-bi-visual-add-heat-map-layer.md)
41+
42+
Add more context to the map:
43+
44+
> [!div class="nextstepaction"]
45+
> [Add a reference layer](power-bi-visual-add-reference-layer.md)
46+
47+
> [!div class="nextstepaction"]
48+
> [Add a tile layer](power-bi-visual-add-tile-layer.md)
49+
50+
> [!div class="nextstepaction"]
51+
> [Show real-time traffic](power-bi-visual-show-real-time-traffic.md)
52+
53+
Customize the visual:
54+
55+
> [!div class="nextstepaction"]
56+
> [Tips and tricks for color formatting in Power BI](/power-bi/visuals/service-tips-and-tricks-for-color-formatting)
57+
58+
> [!div class="nextstepaction"]
59+
> [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
@@ -367,6 +367,8 @@ items:
367367
href: power-bi-visual-understanding-layers.md
368368
- name: Add a bubble layer
369369
href: power-bi-visual-add-bubble-layer.md
370+
- name: Add a cluster bubble layer
371+
href: power-bi-visual-cluster-bubbles.md
370372
- name: Add a pie chart layer
371373
href: power-bi-visual-add-pie-chart-layer.md
372374
- name: Add a 3D column layer

0 commit comments

Comments
 (0)