Use the table visualization:

The table above is based on the following query.
timeseries cpu=avg(dt.host.cpu.usage), by:{dt.entity.host}| sort arrayAvg(cpu), direction:"descending"| limit 3
dt.entity.host column is not selected (to hide the host names) and the other three columns (timeframe, interval, and cpu) are selected.cpu column (a timeseries) is set to Sparkline.Left-click a column header to locally sort the results by that column.
Right-click a column header, or hover over the column header and select , to display a menu of column-specific commands. The available options might vary per column.
Move left moves the selected column one position to the left.
Move right moves the selected column one position to the right.
Hide column hides the selected column. To display a hidden column again, edit the table and, in the Columns section, edit the Visibility and order settings to configure visible columns and their order.
Enable line wrap and Disable line wrap specify whether to wrap text in the selected column.
Copy field name copies the field name of the selected column to the clipboard.
The Add command to query section of the menu lists related command that you can automatically add to your query, such as:
sort <fieldname> ascsort <fieldname> descSummarize counts how often each of the distinct values in a certain column are present in the result (for example, counting how often each host ID is present).
Add entity names adds a lookup (result is added in a separate field called dt.entity.<entity>.name) of the actual entity name associated to a given entity ID in a table column.
Convert to histogram associates given numeric values to histogram bins and how often values fall into each bin.
Left-click anywhere in a row to select the entire row. With a row selected, you can then left-click and drag within a cell in that row to select exactly what you want to copy (Ctrl+C) from the cell.
Right-click a cell, or hover over the cell and select , and select View record details to display the selected row in a side panel.
Use View record details to browse the contents of the table, row by row.
Right-click a cell, or hover over the cell and select , to display a menu of cell-specific commands. The available options might vary per cell.
Copy value copies the value in the cell to your clipboard.
View in fullscreen applies only to strings. It displays the cell content in a fullscreen window.
A recommended app—for example,
View Kubernetes workload—may be listed for quick access.
Open with passes the whole record to the Open with dialog, not taking into account which field you selected. This results in a broader range of possible Open with options.
The Add command to query section of the cell menu lists commands that you can automatically add to your query, such as:
dt.entity.<entity>.name) of the actual entity name associated to a given entity ID.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.
To learn about options quickly and decide what works best for you, turn options on and off and see the effect immediately on your chart. For example, does it look best with a label or without? Turn that option on and off and see for yourself.
Visibility and order: select Edit to configure visible columns and their order.
When you download table data to a file (select > Download result > CSV), the download includes only the columns selected here.
This is useful when, for example, you want to download a CSV file, open it in a spreadsheet, and share the spreadsheet with others, but you want to exclude irrelevant or sensitive data from your download.
Line wrap: Specifies whether to wrap lines that extend beyond the column width.
Monospaced font: Specifies whetherr to use a monospaced font.
Custom column types: Specifies formatting for columns. Select Column type to add a row, and then select one or more columns and how you want to format the selected columns.
If a table result contains more than 50 columns, your result will only show the first 50 columns. If your result is larger than 50, you'll see a warning informing you of this. The warning will allow you to Modify visibility, where you can select which columns should be displayed and change the order of how they're displayed.
Density—determines how compact the table rows are displayed vertically.
Show min/max for sparkline–whether to display the minimum and maximum values with the sparkline.
The color settings for a visualization are displayed in rows.
Each row associates a color scheme with a condition/value related to a selected field displayed in the visualization.
To adjust the settings for a row, there are two menus of settings that will be used in combination to determine which color is displayed:
#134FC9) or use the color picker to select a color visually.Move up and Move down move the row up or down one row. These are alternatives to .
Remember that colors are applied in the order in which they are listed in the Colors section, from top to bottom, so changing the order may give you different results.
Duplicate creates a copy of the selected row.
Delete section removes the row. You can delete all color rules for table and single value visualizations; all other visualizations need at least one color rule.
In this table visualization example, we have applied:
value.A values.value.A values at or above 15.value.A values at or above 20.Note that color settings can be visualization-specific. In this table example, we used Apply to to apply color in different table-specific ways:
value.A values.value.A value is at or above 15.value.A is at or above 20.
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.
Use the Query limits section to check and adjust the Grail query limits per notebook section or dashboard tile. These settings determine the maximum limits when fetching data. Exceeding any limit will generate a warning.
Dashboard tiles and notebook sections created in Dynatrace earlier than version 1.296 are not affected. Those existing tiles/sections will return the same results as before.
Read data limit (GB)
The limit in gigabytes for the amount of data that will be scanned during a read.
Record limit
The maximum number of result records that this query will return. Default: 1,000 records. To see more records, you need to increase the value of Record limit.
If your query has no limit, such as
fetch logs
the value of Record limit is applied. By default, you will see up to 1,000 records.
If your query also includes a limit, such as
fetch logs| limit 2000
the lower of the two values (either limit in your query, or Record limit in the web UI) is applied.
In the example above, you would still see only 1,000 records unless you increased the value of Record limit.
Result size limit
The maximum number of result bytes that this query will return. For better performance with typical queries and smaller documents, the default is set to 1 MB.
Sampling (Logs and Spans only)
Results in the selection of a subset of Log or Span records.