[]
The Multi-dimensional Dropdown Slicer allows you to filter your chart by data attributes displayed in the dropdown. It is most useful when you want the user to be able to filter the dashboard with multiple categories or when you want to save space for charts and tables.
Use the ellipsis menu next to the data binding menu to choose the binding mode. Each mode displays specific binding slots:
Multi-Dimensions (default)
Dimensions – Bind the fields you want to use as filtering dimensions. Each selected field becomes a separate filtering category in the slicer.
Parent-Child
ParentId – Bind the field containing the parent node identifier for each item.
Id – Bind the field containing the unique identifier for each item.
Display – Bind the field containing the label or name to display for each item in the slicer.
Hierarchy
Hierarchy – Bind the field containing the hierarchical structure used for navigation and filtering.
Display – Bind the field containing the label or name to display for each level in the hierarchy.

You can customize the appearance and behavior of the Multi-dimensional Dropdown Slicer using the Inspector Panel. Make sure the slicer is selected to see the available styling options.
The Style properties control the appearance and labeling behavior of the Multi-dimensional Dropdown Slicer.
Scenario Name specifies how the slicer appears in the dashboard designer explorer.
By default, this value is set to the scenario type name, Multi-dimensional Dropdown Slicer, but you can rename it to better reflect its purpose in the dashboard.
Inner Border Color defines the color of the dropdown’s inner border.
You can select a color from the dashboard theme, choose a custom color, or enter a web color. Opacity is also supported, allowing you to make the border partially transparent or completely invisible by setting opacity to 0%.
Inner Border Size controls the thickness of the inner border.
The default value is 1, and increasing this value makes the border more prominent.
Content Font Setting controls the typography of the slicer’s displayed content.
You can configure the font family, font size, font color, font weight, and font style (italic or normal).
Show Full Path is a toggle property that is enabled by default.
This setting applies only when two data fields are bound to the slicer and those fields form a hierarchy (for example, Product Line → Product).
When enabled, selected child values are displayed with their full hierarchical path.
For example, selecting Firefly Charger under Climbing Accessories displays:
Climbing Accessories / Firefly Charger
When disabled, only the child value is shown:
Firefly Charger
Path Separator controls how hierarchical paths are visually separated when Show Full Path is enabled.
This setting determines the character displayed between the parent and child values.
The available options are:
Sharp: Displays an angle bracket (>)
Line: Displays a dash (-)
Plus: Displays a plus sign (+)
Diagonal: Displays a forward slash (/)
For example, depending on the selected separator, a value may appear as:
Climbing Accessories > Firefly Charger
Climbing Accessories - Firefly Charger
Climbing Accessories + Firefly Charger
Climbing Accessories / Firefly Charger
Show Item Delete Icon is a toggle property that is disabled by default.
When enabled, a small delete (×) icon appears next to each selected item, allowing users to remove individual selections directly from the slicer without reopening the dropdown.
Selected Item Background Color defines the background color of selected values displayed in the slicer.
When a value is selected, it appears as a pill-shaped item with rounded corners inside the slicer input area. This property controls the color of that background.