Use a treemap to visualize hierarchical (tree-structured) data as nested rectangles, where each branch is represented by a rectangle containing smaller rectangles representing subbranches. This makes it easier to compare proportions, identify patterns, and spot outliers.

The chart above is based on the following query.
fetch bizevents| filter isNotNull(browser.name)| filter isNotNull(os.name)| summarize count = count(), by:{os.name, browser.name}

The chart above is based on the following query.
fetch user.events| filter startsWith(page.name, "/")| summarize users = countDistinct(dt.rum.session.id) , by:{page.name, dt.rum.user_type}| sort users desc
Use the title field at the top of the options panel (initially Untitled tile or Untitled section) to add a title to your dashboard tile or notebook section.
Example:
Status and Emoji in your dashboard.Current $Emoji status is $Status.Status to Good.Emoji to π.The title will be displayed as Current π status is Good.
If you aren't sure that you chose the right visualization, use the visualization selector to try different visualizations.
The data mapping section shows how a column of your result is mapped to the visualization.
Expand the Data mapping section of your visualization settings to see how data in your result is mapped to your visualization, and to adjust those settings if needed.
Mandatory fields are marked with an asterisk (*). Example:

Data types are displayed next to field names in dropdowns and mapped fields.
Units are displayed when thereβs only one assigned.
Result fields are grouped into Suitable and Unsuitable. Fields are marked as unsuitable if they cannot be used to display data in the visualization. Example:

Automatic application of data mapping default settings:
Dynatrace version 1.319+
For a treemap, the data mapping section includes:
Show legend: To display a legend, turn on Show legend and select the legend Position.
Position: When Show legend is turned on, Position determines where to display the legend.
Text truncation: Determines how to truncate text when the full text can't be displayed.
Select a color palette to apply to the treemap.
To override the default units and formats in a dashboard or notebook visualization
Select to edit the visualization tile.
Select the Visual tab.
Expand Units and formats.
The Units and formats section lists all available unit settings for the document (dashboard or notebook). Some units may already be added automatically when querying metrics from their metadata.
Each row has two menus:

To edit unit settings, open the left menu and review/set the following settings:
Unit: The base unit in which the values were captured. It's None if it was not included in the DQL result, or its automatically defined by the unit passed from the DQL result. This field doesn't lead to any conversion but modifies the suffix to correspond to the unit.
Convert: You can turn on Convert for conversion. For example, if the DQL result defined your numeric value in the result as Bytes, Convert now offers a suitable list of byte conversions such as Kilobyte and Megabyte.
Only linear and static conversions are supported. For example, you cannot convert Degree Celsius(Β°C) into Degree Fahrenheit(Β°F), or convert Usd(US$) into Eur(β¬).
The Format section determines how the unit is displayed:
1053 becomes 1.1K.90 seconds becomes 1m 30s if multiple units is enabled and 2 units are selected.To choose a different field for a row, open the right menu in that row and select a field from the available fields.
This example uses a line chart, but the options apply to other visualizations.
In
Dashboards, create a dashboard.
Select and, in the Library section of the menu, select Chart average CPU across all hosts.
In the edit panel, select the Visual tab and select Line.
Expand Units and formats.
One row is already defined based on metadata from avg(dt.host.cpu.usage).
To override the unit settings for that field, open the left menu in that row to display the unit settings.
Define an override for the displayed metric. You can observe your changes in the Y-axis of the chart.
Unit displays Percent, which is the default unit for the selected metric.
Turn on Convert to try conversions settings. For example, change Auto to One to display the result as a fraction of 1.
Decimals displays the default number of decimal points (degree of precision) to display. For example, enter Pct and review the dashboard to see Pct instead of % displayed after the percentage value.
Turn on Custom suffix to try different suffixes to display after the unit. For example, change the Decimals selection and review the dashboard to see the change in the number of decimal points in the percentage value.
To reset to defaults (discard override settings for the selected metric), open the (Actions) menu for that row and select Reset.