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-add-3d-column-layer.md
+9-9Lines changed: 9 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,7 @@
1
1
---
2
2
title: Add a 3D column layer to an Azure Maps Power BI visual
3
3
titleSuffix: Microsoft Azure Maps
4
-
description: In this article, you will learn how to use the 3D column layer in an Azure Maps Power BI visual.
4
+
description: This article demonstrates how to use the 3D column layer in an Azure Maps Power BI visual.
5
5
author: deniseatmicrosoft
6
6
ms.author: limingchen
7
7
ms.date: 11/29/2021
@@ -12,34 +12,34 @@ services: azure-maps
12
12
13
13
# Add a 3D column layer
14
14
15
-
The **3D column layer** is useful for taking data to the next dimension by allowing visualization of location data as 3D cylinders on the map. Similar to the bubble layer, the 3D column chart can easily visualize two metrics at the same time using color and relative height. In order for the columns to have height, a measure needs to be added to the **Size** bucket of the **Fields** pane. If a measure is not provided, columns with no height show as flat squares or circles depending on the **Shape** option.
15
+
The **3D column layer** is useful for taking data to the next dimension by allowing visualization of location data as 3D cylinders on the map. Similar to the bubble layer, the 3D column chart can easily visualize two metrics at the same time using color and relative height. In order for the columns to have height, a measure needs to be added to the **Size** bucket of the **Fields** pane. If a measure isn't provided, columns with no height show as flat squares or circles depending on the **Shape** option.
16
16
17
17
:::image type="content" source="./media/power-bi-visual/3d-column-layer-styled.png" alt-text="A map displaying point data using the 3D column layer":::
18
18
19
19
Users can tilt and rotate the map to view your data from different perspectives. The map can be tilted or pitched using one of the following methods.
20
20
21
-
- Turn on the **Navigation controls** option in the **Map settings** of the **Format** pane. This will add a button to tilt the map.
22
-
-Press the right mouse button down and drag the mouse up or down.
21
+
- Turn on the **Navigation controls** option in the **Map settings** of the **Format** pane to add a button that tilts the map.
22
+
-Hold down the right mouse button and drag the mouse up or down.
23
23
- Using a touch screen, touch the map with two fingers and drag them up or down together.
24
24
- With the map focused, hold the **Shift** key, and press the **Up** or **Down arrow** keys.
25
25
26
26
The map can be rotated using one of the following methods.
27
27
28
-
- Turn on the **Navigation controls** option in the **Map settings** of the **Format** pane. This will add a button to rotate the map.
29
-
-Press the right mouse button down and drag the mouse left or right.
28
+
- Turn on the **Navigation controls** option in the **Map settings** of the **Format** pane to add a button that rotates the map.
29
+
-Hold down the right mouse button and drag the mouse left or right.
30
30
- Using a touch screen, touch the map with two fingers and rotate.
31
31
- With the map focused, hold the **Shift** key, and press the **Left** or **Right arrow** keys.
32
32
33
33
The following are all settings in the **Format** pane that are available in the **3D column layer** section.
34
34
35
35
| Setting | Description |
36
36
|----------------------|------------------|
37
-
| Column shape | The shape of the 3D column.<br/><br/> • Box – columns rendered as rectangular boxes.<br/> • Cylinder – columns rendered as cylinders. |
38
-
| Height | The height of each column. If a field is passed into the **Size** bucket of the **Fields** pane, columns will be scaled relative to this height value. |
37
+
| Column shape | The shape of the 3D column.<br><br> • Box – columns rendered as rectangular boxes.<br> • Cylinder – columns rendered as cylinders. |
38
+
| Height | The height of each column. If a field is passed into the **Size** bucket of the **Fields** pane, columns are scaled relative to this height value. |
39
39
| Scale height on zoom | Specifies if the height of the columns should scale relative to the zoom level. |
40
40
| Width | The width of each column. |
41
41
| Scale width on zoom | Specifies if the width of the columns should scale relative to the zoom level. |
42
-
| Fill color | Color of each column. This option is hidden when a field is passed into the **Legend** bucket of the **Fields** pane and a separate **Data colors** section will appear in the **Format** pane. |
42
+
| Fill color | Color of each column. This option is hidden when a field is passed into the **Legend** bucket of the **Fields** pane and a separate **Data colors** section appears in the **Format** pane. |
43
43
| Transparency | Transparency of each column. |
44
44
| Min zoom | Minimum zoom level tiles are available. |
45
45
| Max zoom | Maximum zoom level tiles are available. |
0 commit comments