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
@@ -592,7 +592,7 @@ var autoDetectSourceLanguageConfig = SpeechSDK.AutoDetectSourceLanguageConfig.fr
592
592
You use Speech translation when you need to identify the language in an audio source and then translate it to another language. For more information, see [Speech translation overview](speech-translation.md).
593
593
594
594
> [!NOTE]
595
-
> Speech translation with language identification is only supported with Speech SDKs inC#, C++, and Python.
595
+
> Speech translation with language identification is only supported with Speech SDKs inC#, C++, JavaScript, and Python.
596
596
> Currently for speech translation with language identification, you must create a SpeechConfig from the `wss://{region}.stt.speech.microsoft.com/speech/universal/v2` endpoint string, as shown in code examples. In a future SDK release you won't need to set it.
Copy file name to clipboardExpand all lines: articles/azure-maps/power-bi-visual-add-bubble-layer.md
+20-9Lines changed: 20 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 bubble layer to an Azure Maps Power BI visual
3
3
titleSuffix: Microsoft Azure Maps
4
-
description: In this article, you'll learn how to use the bubble layer in an Azure Maps Power BI visual.
4
+
description: In this article, you learn how to use the bubble layer in an Azure Maps Power BI visual.
5
5
author: deniseatmicrosoft
6
6
ms.author: limingchen
7
7
ms.date: 11/14/2022
@@ -16,34 +16,45 @@ The **Bubble layer** renders location data as scaled circles on the map.
16
16
17
17
:::image type="content" source="./media/power-bi-visual/bubble-layer-with-legend-color.png" alt-text="A map displaying point data using the bubble layer":::
18
18
19
-
Initially all bubbles have the same fill color. If a field is passed into the **Legend** bucket of the **Fields** pane, the bubbles will be colored based on their categorization. The outline of the bubbles is white be default but can be changed to a new color or by enabling the high-contrast outline option. The **High-contrast outline** option dynamically assigns an outline color that is a high-contrast variant of the fill color. This helps to ensure the bubbles are clearly visible regardless of the style of the map. The following are the primary settings in the **Format** pane that are available in the **Bubble layer** section.
19
+
Initially all bubbles have the same fill color. If a field is passed into the **Legend** bucket of the **Fields** pane, the bubbles are colored based on their categorization. The outline of the bubbles is white be default but can be changed to a new color or by enabling the high-contrast outline option. The **High-contrast outline** option dynamically assigns an outline color that is a high-contrast variant of the fill color. This helps to ensure the bubbles are clearly visible regardless of the style of the map. The following are the primary settings in the **Format** pane that are available in the **Bubble layer** section.
20
20
21
21
| Setting | Description |
22
22
|----------------|----------------|
23
-
| Size | The size of each bubble. This option is hidden when a field is passed into the **Size** bucket of the **Fields** pane. More options will appear as outlined in the [Bubble size scaling](#bubble-size-scaling) section further down in this article. |
23
+
| Size | The size of each bubble. This option is hidden when a field is passed into the **Size** bucket of the **Fields** pane. More options appear as outlined in the [Bubble size scaling](#bubble-size-scaling) section further down in this article. |
24
+
| Range scaling | Used to define how the bubble layer scales the bubbles.<br><br>• **Magnitude**: Bubble size scales by magnitude. Negative values are automatically converted to positive values.<br>• **DataRange**: Bubble size scales from min-of-data to max-of-data. There's no anchoring to zero.<br>• **Automatic**: Bubble size scales automatically into one of the two types, as follows:<br> • **Magnitude**: Positive or negative only data.<br> • **DataRange**: data that contains both positive and negative values.<br>• **(Deprecated)**: Applies to reports created prior to the range scaling property, to provide backward-compatibility. It's recommended that you change this to use any one of the three preceding options. |
24
25
| Shape | Transparency. The fill transparency of each bubble. |
25
-
| 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 will appear in the **Format** pane. |
26
+
| 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. |
26
27
| Border | Settings for the border include color, width, transparency and blur.<br/> • Color specifies the color that outlines the bubble. This option is hidden when the **High-contrast outline** option is enabled.<br/> • Width specifies the width of the outline in pixels.<br/> • Transparency specifies the transparency of each bubble.<br/> • 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.|
27
-
| Zoom | Settings for the zoom property include scale, maximum and minimum.<br/> • Zoom scale is the amount the bubbles should scale relative to the zoom level. A zoom scale of one means no scaling. Large values will 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/> • Maximum zoom level tiles are available.<br/> • Minimum zoom level tiles are available. |
28
+
| Zoom | Settings for the zoom property include scale, maximum and minimum.<br/> • (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/> • Maximum zoom level tiles are available.<br/> • Minimum zoom level tiles are available. |
28
29
| Options | Settings for the options property include pitch alignment and layer position.<br/> • Pitch alignment specifies how the bubbles look when the map is pitched.<br/> • layer position specifies the position of the layer relative to other map layers. |
29
30
30
31
## Bubble size scaling
31
32
32
-
If a field is passed into the **Size** bucket of the **Fields** pane, the bubbles will be scaled relatively to the measure value of each data point. The **Size** option in the **Bubble layer** section of the **Format** pane will disappear when a field is passed into the **Size** bucket, as the bubbles will have their radii scaled between a min and max value. The following options will appear in the **Bubble layer** section of the **Format** pane when a **Size** bucket has a field specified.
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 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
44
34
45
| Setting | Description |
35
46
|---------------------|--------------|
36
47
| Min size | Minimum bubble size when scaling the data.|
37
48
| Max size | Maximum bubble size when scaling the data.|
38
49
| Size scaling method | Scaling algorithm used to determine relative bubble size.<br/><br/> • Linear: Range of input data linearly mapped to the min and max size. (default)<br/> • Log: Range of input data logarithmically mapped to the min and max size.<br/> • Cubic-Bezier: Specify X1, Y1, X2, Y2 values of a Cubic-Bezier curve to create a custom scaling method. |
39
50
40
-
When the **Size scaling method** is set to **Log**, the following options will be made available.
51
+
When the **Size scaling method** is set to **Log**, the following options are made available.
41
52
42
53
| Setting | Description |
43
54
|-----------|------------------|
44
55
| Log scale | The logarithmic scale to apply when calculating the size of the bubbles. |
45
56
46
-
When the **Size scaling method** is set to **Cubic-Bezier**, the following options will be made available to customize the scaling curve.
57
+
When the **Size scaling method** is set to **Cubic-Bezier**, the following options are made available to customize the scaling curve.
@@ -57,7 +68,7 @@ When the **Size scaling method** is set to **Cubic-Bezier**, the following optio
57
68
58
69
## Category labels
59
70
60
-
When displaying a **bubble layer** map, the **Category labels** settings will become active in the **Format visual** pane.
71
+
When the **bubble layer**displays on a map, the **Category labels** settings become active in the **Format visual** pane.
61
72
62
73
:::image type="content" source="./media/power-bi-visual/category-labels.png" alt-text="A screenshot showing the category labels settings in the format visual section of Power BI." lightbox="./media/power-bi-visual/category-labels.png":::
| Unselected transparency | The transparency of shapes that aren't selected, when one or more shapes are selected. |
88
-
| Show zeros | Specifies if points that have a size value of zero should be shown on the map using the minimum radius. |
89
-
| Show negatives | Specifies if absolute value of negative size values should be plotted. |
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. |
90
90
| Min data value | The minimum value of the input data to scale against. Good for clipping outliers. |
91
91
| Max data value | The maximum value of the input data to scale against. Good for clipping outliers. |
92
92
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 recomended 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.
0 commit comments