set_azuremap_layer_source
Set the data source for an Azure Map layer in a Power BI report, using a local file, URL, inline GeoJSON, or tile URL template.
Instructions
Set an azureMap data layer source. layer=reference: a reference layer from a local .json/.geojson file (embedded), an http(s) URL, or an inline GeoJSON string. layer=tile: a custom tile-layer URL TEMPLATE (e.g. https://.../{z}/{x}/{y}.png). Verify the render in Desktop.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page | Yes | page name or displayName | |
| layer | Yes | reference | tile | |
| source | Yes | file path, URL, inline GeoJSON, or tile URL template | |
| visual | Yes | azureMap visual name | |
| reportSessionId | Yes |