Skip to content

Commit 7467523

Browse files
Merge pull request #291283 from stevemunk/visual-bi-ref-layer-comma
Minor updates to Azure Maps Power BI visual articles.
2 parents ad2a19b + 0b4f7e9 commit 7467523

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ Examine the connections and insights revealed by the path layer visualization. F
6969

7070
Adding a field to the legend field well creates a higher level of grouping. So, paths and locations associated with the same legend are colored identically. Here's the process:
7171

72-
- **Grouping by Legend**: When a legend is provided, the paths and locations are grouped based on the legend. For instance, if visualizing flight paths with the airline as the legend, all paths and locations associated with the same airline share the same color. Moreover, if there are two rows, one with legend "Contoso" and path ID "A123," and another with legend "MSAirline" and path ID "A123," the path layer interprets these as two distinct paths: "Contoso-A123" and "MSAirline-A123".
72+
- **Grouping by Legend**: When a legend is provided, the paths and locations are grouped based on the legend. For instance, if visualizing flight paths with the airline as the legend, all paths and locations associated with the same airline share the same color. Moreover, if there are two rows, one with legend "Contoso" and path ID "A123" and another with legend "MSAirline" and path ID "A123" the path layer interprets these as two distinct paths: "Contoso-A123" and "MSAirline-A123".
7373
- **Styling by Legend**: Configure the style (color, line width, opacity) using the legend to visually differentiate path groups.
7474
- **Interaction by Legend**: When interacting with the path layer, selecting a path or point also selects other reports based on legend, path ID, location, and point order. This ensures all related data points are highlighted together.
7575

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ To use the custom styling options for reference layers, follow these steps:
130130

131131
| Setting name | Description | Setting values |
132132
|---------------------|------------------------------------------------------|----------------------------------------------------------------------|
133-
| Fill colors | Fill color of points and polygons. | Set colors for different data category or gradient for numeric data. |
133+
| Fill color | Fill color of points and polygons. | Set colors for different data category or gradient for numeric data. |
134134
| Border color | The color of the points, lines, and polygons outline.| Color picker |
135135
| Border width | The width of the border in pixels. Default: 3 px | Width 1-20 pixels |
136136
| Border transparency | The transparency of the borders. Default: 0% | Transparency 0-100% |

0 commit comments

Comments
 (0)