Skip to content

Commit 180644f

Browse files
authored
Merge pull request #124925 from ajhsu/remove-deprecated-props
[Azure Maps] Remove deprecated properties
2 parents b4546d6 + 39a9f70 commit 180644f

File tree

2 files changed

+2
-43
lines changed

2 files changed

+2
-43
lines changed

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

Lines changed: 2 additions & 31 deletions
Original file line numberDiff line numberDiff line change
@@ -25,46 +25,17 @@ Initially all bubbles have the same fill color. If a field is passed into the **
2525
| Shape | Transparency. The fill transparency of each bubble. |
2626
| Color | Fill color of each bubble. 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. |
2727
| Border | Settings for the border include color, width, transparency and blur.<br/>&nbsp;&nbsp;&nbsp;&nbsp;• Color specifies the color that outlines the bubble. This option is hidden when the **High-contrast outline** option is enabled.<br/>&nbsp;&nbsp;&nbsp;&nbsp;• Width specifies the width of the outline in pixels.<br/>&nbsp;&nbsp;&nbsp;&nbsp;• Transparency specifies the transparency of each bubble.<br/>&nbsp;&nbsp;&nbsp;&nbsp;• Blur specifies the amount of blur applied to the outline of the bubble. A value of one blurs the bubbles such that only the center point has no transparency. A value of 0 apply any blur effect.|
28-
| Zoom | Settings for the zoom property include scale, maximum and minimum.<br/>&nbsp;&nbsp;&nbsp;&nbsp;(Deprecated) Zoom scale is the amount the bubbles should scale relative to the zoom level. A zoom scale of one means no scaling. Large values make bubbles smaller when zoomed out and larger when zoomed in. This helps to reduce the clutter on the map when zoomed out, yet ensures points stand out more when zoomed in. A value of 1 doesn't apply any scaling.<br/>&nbsp;&nbsp;&nbsp;&nbsp;Maximum zoom level tiles are available.<br/>&nbsp;&nbsp;&nbsp;&nbsp;• Minimum zoom level tiles are available. |
28+
| Zoom | Settings for the zoom property include scale, maximum and minimum.<br/>&nbsp;&nbsp;&nbsp;&nbsp;• Maximum zoom level tiles are available.<br/>&nbsp;&nbsp;&nbsp;&nbsp;• Minimum zoom level tiles are available. |
2929
| Options | Settings for the options property include pitch alignment and layer position.<br/>&nbsp;&nbsp;&nbsp;&nbsp;• Pitch alignment specifies how the bubbles look when the map is pitched.<br/>&nbsp;&nbsp;&nbsp;&nbsp;• layer position specifies the position of the layer relative to other map layers. |
3030

3131
## Bubble size scaling
3232

33-
> [!NOTE]
34-
>
35-
> **Bubble size scaling retirement**
36-
>
37-
> The Power BI Visual bubble layer **Bubble size scaling** settings were deprecated starting in the September 2023 release of Power BI. You can no longer create reports using these settings, but existing reports will continue to work. It is recomended that you upgrade existing reports that use these settings to the new **range scaling** property. To upgrade to the new **range scaling** property, select the desired option in the **Range scaling** drop-down list:
38-
>
39-
> :::image type="content" source="./media/power-bi-visual/range-scaling-drop-down.png" alt-text="A screenshot of the range scaling drop-down":::
40-
>
41-
> For more information on the range scaling settings, see **range scaling** in the [previous section](#add-a-bubble-layer).
42-
43-
If a field is passed into the **Size** bucket of the **Fields** pane, the bubbles are scaled relatively to the measure value of each data point. The **Size** option in the **Bubble layer** section of the **Format** pane disappears when a field is passed into the **Size** bucket, as the bubbles have their radii scaled between a min and max value. The following options appear in the **Bubble layer** section of the **Format** pane when a **Size** bucket has a field specified.
33+
If a field is passed into the **Size** bucket of the **Fields** pane, the bubbles are scaled relatively to the measure value of each data point. The **Size** option in the **Bubble layer** section of the **Format** pane disappears when a field is passed into the **Size** bucket, as the bubbles have their radius scaled between a min and max value. The following options appear in the **Bubble layer** section of the **Format** pane when a **Size** bucket has a field specified.
4434

4535
| Setting | Description |
4636
|---------------------|--------------|
4737
| Min size | Minimum bubble size when scaling the data.|
4838
| Max size | Maximum bubble size when scaling the data.|
49-
| Size scaling method | Scaling algorithm used to determine relative bubble size.<br/><br/>&nbsp;• Linear: Range of input data linearly mapped to the min and max size. (default)<br/>&nbsp;• Log: Range of input data logarithmically mapped to the min and max size.<br/>&nbsp;• Cubic-Bezier: Specify X1, Y1, X2, Y2 values of a Cubic-Bezier curve to create a custom scaling method. |
50-
51-
When the **Size scaling method** is set to **Log**, the following options are made available.
52-
53-
| Setting | Description |
54-
|-----------|------------------|
55-
| Log scale | The logarithmic scale to apply when calculating the size of the bubbles. |
56-
57-
When the **Size scaling method** is set to **Cubic-Bezier**, the following options are made available to customize the scaling curve.
58-
59-
| Setting | Description |
60-
|---------|---------------------------------------|
61-
| X1 | X1 parameter of a cubic Bezier curve. |
62-
| Y1 | X2 parameter of a cubic Bezier curve. |
63-
| X2 | Y1 parameter of a cubic Bezier curve. |
64-
| Y2 | Y2 parameter of a cubic Bezier curve. |
65-
66-
> [!TIP]
67-
> [https://cubic-bezier.com/](https://cubic-bezier.com/) has a handy tool for creating the parameters for Cubic-Bezier curves.
6839

6940
## Category labels
7041

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

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -85,21 +85,9 @@ The general layer section of the **Format** pane are common settings that apply
8585
| Setting | Description |
8686
|----------------|----------------------------------------|
8787
| Unselected transparency | The transparency of shapes that aren't selected, when one or more shapes are selected. |
88-
| Show zeros | (Deprecated) Specifies if points that have a size value of zero should be shown on the map using the minimum radius. |
89-
| Show negatives | (Deprecated) Specifies if absolute value of negative size values should be plotted. |
9088
| Min data value | The minimum value of the input data to scale against. Good for clipping outliers. |
9189
| Max data value | The maximum value of the input data to scale against. Good for clipping outliers. |
9290

93-
> [!NOTE]
94-
>
95-
> **General layer settings retirement**
96-
>
97-
> The **Show zeros** and **Show negatives** Power BI Visual General layer settings were deprecated starting in the September 2023 release of Power BI. You can no longer create new reports using these settings, but existing reports will continue to work. It is recommended that you upgrade existing reports. To upgrade to the new **range scaling** property, select the desired option in the **Range scaling** drop-down list:
98-
>
99-
> :::image type="content" source="./media/power-bi-visual/range-scaling-drop-down.png" alt-text="A screenshot of the range scaling drop-down":::
100-
>
101-
> For more information on the range scaling option, see **Range scaling** in the properties table of the [Add a bubble layer] article.
102-
10391
## Next steps
10492

10593
Change how your data is displayed on the map:

0 commit comments

Comments
 (0)