You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/azure-maps/power-bi-visual-understanding-layers.md
+24Lines changed: 24 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -88,6 +88,30 @@ The general layer section of the **Format** pane are common settings that apply
88
88
| Min data value | The minimum value of the input data to scale against. Good for clipping outliers. |
89
89
| Max data value | The maximum value of the input data to scale against. Good for clipping outliers. |
90
90
91
+
## Layer positions
92
+
93
+
In the Azure Maps visual, certain layers are fixed, meaning they are set at a predefined level and cannot be repositioned. Other layers are adjustable, giving users the flexibility to choose from three positioning options: "Above Labels," "Below Labels," or "Below Roads."
94
+
95
+
:::image type="content" source="media/power-bi-visual/layer-position.png" alt-text="a screenshot showing the layer position drop down list.":::
96
+
97
+
Within each Layer position, the order of layers remains consistent. For instance, the 3D barchart layer always appears above the bubble layer due to its higher layer order, regardless of whether they are placed in "Below Labels" or "Above Labels."
98
+
99
+
## Layer order
100
+
101
+
The following table outlines the layer order from top to bottom along with their respective layer position types. Layers marked as "Adjustable" can have their position changed using the Layer position dropdown, as shown in the previous screenshot. Layers marked as "Fixed" do not offer this option.
102
+
103
+
| Layer Name | Layer Order | Layer position | Description |
| Piechart Layer<br>Bubble Layer<br>Cluster Bubble Layer<br>Path Layer | 4 | Adjustable | These layers share the same “Layer position” as the bubble layer, and their relative order within this group remains fixed. |
0 commit comments