Skip to content

Commit ceabc87

Browse files
committed
Add Data-Bound Reference Layer and Conditional Formatting information.
1 parent f04ecb6 commit ceabc87

File tree

5 files changed

+29
-0
lines changed

5 files changed

+29
-0
lines changed
31.1 KB
Loading
Loading
448 KB
Loading
54.3 KB
Loading

articles/azure-maps/power-bi-visual-understanding-layers.md

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -100,6 +100,35 @@ The general layer section of the **Format** pane are common settings that apply
100100
>
101101
> For more information on the range scaling option, see **Range scaling** in the properties table of the [Add a bubble layer] article.
102102
103+
## Data-Bound Refence Layer
104+
105+
The Data-Bound Refence Layer enables the association of data with specific shapes in the reference layer based on common attributes.
106+
107+
To use the Data-Bound Refence Layer, drag your business data (such as location data) to the Location field of the Azure Maps Visual.
108+
109+
:::image type="content" source="media/power-bi-visual/data-bound-reference-layer/location-field.png" alt-text="A screenshot showing the location field in Power BI desktop.":::
110+
111+
The Azure Maps Visual automatically maps your data points to the shapes in the reference layer using a *key matching* mechanism. It identifies a common property, such as a name or ID, between your data and the reference layer shapes to establish a connection
112+
113+
:::image type="content" source="media/power-bi-visual/data-bound-reference-layer/data-bound-reference-layer.png" lightbox="media/power-bi-visual/data-bound-reference-layer/data-bound-reference-layer.png" alt-text="A screenshot showing the Data-Bound Refence Layer example in Power BI desktop.":::
114+
115+
If one or more shapes in the reference layer can't be automatically mapped to any data point, you can manage these unmapped objects by following these steps:
116+
117+
1. Select the **Format visual** tab in the **Visualizations** pane.
118+
1. Select **Reference layer**.
119+
1. Select **Unmapped Objects**.
120+
1. Select the **Show** toggle switch to toggle On/Off. This highlights shapes that aren't mapped to any data points.
121+
122+
Optionally, select the **Use custom colors** toggle switch to toggle On/Off custom fill and border colors for unmapped objects to make them visually distinct on the map.
123+
124+
:::image type="content" source="media/power-bi-visual/data-bound-reference-layer/data-bound-reference-layer-unmapped-objects.png" lightbox="media/power-bi-visual/data-bound-reference-layer/data-bound-reference-layer-unmapped-objects.png" alt-text="A screenshot showing the Data-Bound Refence Layer example in Power BI desktop with unmapped objects showing in a different color.":::
125+
126+
### Conditional Formatting
127+
128+
Conditional formatting can be applied to data to dynamically change the appearance of shapes on a map based on the provided data. For instance, gradient colors can visualize various data values such as population density, sales performance, or other metrics. This is a powerful tool for combining spatial and business data to create interactive and visually compelling reports.
129+
130+
:::image type="content" source="media/power-bi-visual/data-bound-reference-layer/conditional-formatting.png" alt-text="A screenshot showing the Conditional Formatting controls for points, lines, polygons, and unmanaged objects in the reference layer control in Power BI desktop.":::
131+
103132
## Next steps
104133

105134
Change how your data is displayed on the map:

0 commit comments

Comments
 (0)