Skip to content

Commit 82b43c0

Browse files
Document new features for Synoptic Panel 2.5.8
1 parent 1c14b9d commit 82b43c0

7 files changed

Lines changed: 55 additions & 12 deletions

File tree

_mydocs/visuals/synoptic-panel/changelog.md

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ layout: page
33
title: Changelog
44
published: true
55
date: 2024-05-10
6-
modified: 2026-05-20
6+
modified: 2026-06-22
77
order: /synoptic-panel/{99}
88
toc_h_max: 2
99
---
@@ -17,6 +17,18 @@ Synoptic Panel uses **Power BI Custom Visuals API v5.11.0**, which requires:
1717

1818
> **NOTE:** Synoptic Panel Lite is a subset of Synoptic Panel with limited features. Both versions share the same codebase and changelog.
1919
20+
## v2.5.8
21+
22+
**Released:** 2026-07-11
23+
24+
**New Features:**
25+
26+
- Add [***Labels***](./fields/labels.md) field well to display category labels from a dedicated measure.
27+
28+
**Improvements:**
29+
30+
- Improve the ***Category Labels*** settings when the ***Labels*** field well is used, so the label text is controlled by the bound measure while formatting options remain available.
31+
2032
## v2.5.7
2133

2234
**Released:** 2026-05-20

_mydocs/visuals/synoptic-panel/features/label-designer.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ layout: page
33
title: Label Designer
44
published: true
55
date: 2024-05-12
6-
modified: 2025-03-26
6+
modified: 2026-06-22
77
order: /synoptic-panel/features/label-designer
88
---
99

@@ -13,6 +13,8 @@ Label customizations are map-specific. Therefore, any settings applied within th
1313

1414
> Ensure that labels are enabled in the visual options to make them visible in the Label Designer. This applies to both category labels and data labels. Without activating them, the labels will not appear in the designer interface for customization.
1515
16+
> The Label Designer controls label appearance, position, connectors, and visibility. It does not change the text returned by the [***Labels***](../fields/labels.md) field well.
17+
1618
## Entering Label Designer
1719

1820
To access the Label Designer, click on its icon <img src="images/label-designer-icon.png" width="25" class="nomargin"> located within the [Top Toolbar](toolbars.md#top-toolbar) at the top-left of the visual and the system transitions into Power BI Focus Mode.
@@ -108,4 +110,4 @@ Here you can set the label size:
108110
Here you can set the visibility of labels and background:
109111

110112
- **Hide Labels** - Default: `Off`. Toggle the visibility of the labels.
111-
- **Hide Background** - Default: `Off`. Toggle the visibility of the label background.
113+
- **Hide Background** - Default: `Off`. Toggle the visibility of the label background.

_mydocs/visuals/synoptic-panel/fields/index.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,10 @@ layout: page
33
title: Fields
44
published: true
55
date: 2024-05-11
6-
modified: 2024-09-14
6+
modified: 2026-06-22
77
order: /synoptic-panel/05
88
next_reading: true
99
---
1010
Synoptic Panel accepts multiple columns and measures and behaves differently depending on the combination of bound fields.
11+
12+
The ***Categories*** field well identifies the data points to match with map areas. Other field wells can add values, labels, tooltips, map selection, remote map URLs, dynamic links, legends, and color rules depending on the scenario.
Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
---
2+
layout: page
3+
title: Labels
4+
published: true
5+
date: 2026-06-22
6+
modified: 2026-06-22
7+
order: /synoptic-panel/fields/labels
8+
---
9+
10+
The ***Labels*** field well allows you to bind one measure that provides the text displayed by category labels for matched map areas.
11+
12+
Use this field when the label text should be different from the category value, the map area title, or the element id. For example, you can use a DAX measure to display a shorter name, a translated name, or a custom label that depends on the current filter context.
13+
14+
When a measure is bound to ***Labels***:
15+
16+
- Category labels use the measure result as their text for matched areas.
17+
- The ***Display Value*** and ***Custom Value*** options in [Category Labels - Value](../options/category-labels/value-matched.md) are hidden, because the label text comes from the measure.
18+
- The ***Append Data Value*** option remains available if you want to append the value from the ***Value*** field well to the label text.
19+
- Data labels remain controlled by the [***Data Labels***](../options/data-labels/index.md) settings when they are visible.
20+
21+
> The ***Labels*** field affects category label text only. It does not replace the ***Value*** field well, which is still used for numeric values, data labels, conditional formatting, and other value-based behavior.

_mydocs/visuals/synoptic-panel/fields/value.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,12 @@ layout: page
33
title: Value
44
published: true
55
date: 2024-09-14
6-
modified: 2025-03-26
6+
modified: 2026-06-22
77
order: /synoptic-panel/fields/value
88
---
99

10-
In the Value field well you can bind one column or measure in your dataset to represent the value of the map areas. The value is used to determine the color, label, tooltips and other properties of the map areas.
10+
In the ***Value*** field well you can bind one column or measure in your dataset to represent the numeric value of the map areas. The value can be used to determine colors, display data labels, append values to category labels, show tooltips, and drive other value-based behavior.
11+
12+
If you need custom text for category labels, use the [***Labels***](labels.md) field well. This keeps the displayed label text separate from the numeric value used for calculations and formatting.
1113

1214
<img src="images/value.png" width="700">

_mydocs/visuals/synoptic-panel/get-started/index.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ layout: page
33
title: Get Started
44
published: true
55
date: 2024-05-10
6-
modified: 2026-05-11
6+
modified: 2026-06-22
77
order: /synoptic-panel/01
88

99
---
@@ -69,6 +69,8 @@ The main purpose of Synoptic Panel is to visualize data on the map. To do so, yo
6969

7070
- Bind a measure to the ***Value*** field well to connect it to the map areas. The values of this measure could be displayed in labels or used to color the areas of the map.
7171

72+
- Optionally bind a measure to the ***Labels*** field well when category labels must display custom text instead of the category value, map area title, or element id.
73+
7274
- Bind one or more measures to the ***Tooltips*** field well to display them as tooltips when hovering over the map areas.
7375

7476

_mydocs/visuals/synoptic-panel/options/category-labels/value-matched.md

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,16 @@ layout: page
33
title: Value
44
published: true
55
date: 2024-09-14
6-
modified: 2025-10-01
6+
modified: 2026-06-22
77
order: /synoptic-panel/options/category-labels/value
88
---
99

1010
This section provides options for configuring the category labels value for matched areas.
1111

1212
> Note that matched areas are the areas that are associated with a data point in the dataset. See [Data Binding](../../concepts/data-binding.md) for more information.
1313
14+
> When a measure is bound to the [***Labels***](../../fields/labels.md) field well, the label text for matched areas comes from that measure. In that case, ***Display Value*** and ***Custom Value*** are hidden.
15+
1416
## Display Value
1517

1618
**Default value:** (Auto)
@@ -36,7 +38,7 @@ See [Automatic Binding when Hierarchy is Expanded](../../concepts/data-binding.m
3638

3739
**Default value:** (Empty)
3840

39-
The custom value to display for the matched elements. This field is only available when the 'Display Value' option is set to '(Custom)'.
41+
The custom value to display for the matched elements. This field is only available when the ***Display Value*** option is set to ***(Custom)*** and the ***Labels*** field well is not used.
4042

4143
You can use different placeholders to include specific fields from the data model or map:
4244

@@ -57,16 +59,16 @@ Computers
5759

5860
**Default value:** Off
5961

60-
When enabled, data point value is appended to the category label.
62+
When enabled, the data point value from the ***Value*** field well is appended to the category label. This option is also available when the category label text comes from the ***Labels*** field well.
6163

6264
## Display Unit
6365

6466
**Default value:** Auto
6567

66-
The unit of the value to display. This option is only visible when the 'Include Data Label' option is On.
68+
The unit of the value to display. This option is only visible when ***Append Data Value*** is On.
6769

6870
## Decimal Places
6971

7072
**Default value:** 0
7173

72-
The number of decimal places to display. This option is only visible when the 'Include Data Label' option is On.
74+
The number of decimal places to display. This option is only visible when ***Append Data Value*** is On.

0 commit comments

Comments
 (0)