• Home
  • Observe and explore
  • Dashboards
  • Visualizations and tiles
  • Table visualization

Configure and use a table visualization in Dynatrace

To visualize your query results as a table, one metric per column, select Table from the list above the query definition, in the upper-left corner of the page.

Example in the Data explorer

Data explorer: Table with two metrics (split)

Example pinned to a dashboard as a tile

Example table tile

Change visualization

When switching between visualizations, be aware that some visualization settings are visualization-specific.

  • If you select a visualization and configure Settings for that visualization, and then you switch to a different visualization, some of your settings for the first visualization may be ignored because they don't apply to the newly selected visualization. An information icon in the list of visualizations will alert you to the possibility.

    Data explorer: Visualization switch warning

  • If you switch back to the original visualization, you may need to reconfigure some visualization settings.

Change metric selection

Your visualization can show any selection of metrics in a multi-metric query.

To toggle metrics on and off, you can select the letter next to the metric you want to visualize, or you can select the eye icon .

Data explorer: Toggle metric

Settings

The Settings section is one of the expandable sections in the right panel of the Data explorer page. The contents of the Settings section may vary depending on the visualization you have selected.

Data explorer: Settings section

Fold transformation

The fold transformation combines a data points list (a timeseries: a collection of data points over the time period) into a single data point.

  • The default fold transformation is Auto, which automatically selects the most appropriate time aggregation based on the metric.
  • You can manually override Auto with any of the following: Last value, Average, Count, Maximum, Minimum, Sum, Median, Value, Percentile 10th, Percentile 75th, Percentile 90th.
  • If you need to see the last reported value for a metric (rather than an aggregation), select Last value.

Settings per metric

Table column names are the same as the metric names by default. You can change the name of table column headings. The query definition retains the metric's original name.

To rename a column

  1. In the Settings section, select for the metric/column you want to rename.

    Rename metric

  2. Edit the name, and then select the checkmark to save the new name.

Unit and Format

Use the Unit and Format settings to determine how your data is displayed. If you export to a CSV file, the Unit and Format settings are also reflected in the exported values.

Unit

Use the Unit setting to set the unit in which the metric is displayed.

  • None = No unit displayed
  • Auto = Dynatrace selects an appropriate display unit
  • Other selections specify the exact unit to display. The options here depend on the metric's unit. A time metric, for example, offers alternative units for displaying time.
  • To add a custom unit/suffix string, type the custom string in the Unit box and then select it from the list.

Format

Use the Format setting to configure the number of decimal places displayed for the selected metric.

  • None = No formatting.
  • Auto = Dynatrace selects an appropriate format. For example, where None would display 5.062357754177517 %, Auto would display 5.06 %.
  • Other selections specify the number of decimal places to display: 0, 0.0, 0.00, 0.000

Examples

Example: bytes

When the basic unit of the metric is byte:

  • If you set Unit to Auto, Dynatrace automatically expresses the results in a human-readable unit, which in this case could be GiB.
    Note: A byte-based unit can have either a binary or decimal base, which will determine whether Dynatrace selects, for example, GiB or GB. If no base is defined in the metric itself, a decimal base is used.
  • If the automatically selected unit isn't suitable in your case, you can force Dynatrace to express the same values in a specific unit (Unit = B, KiB, or MiB).
  • If you want to see raw data (no conversion), you can set Unit to None and see the results in the basic unit of the metric (which in this case is bytes).
Example: dollars and cents

When the basic unit of a metric is dollars and cents:

  • For smaller values, to see the results expressed in exact dollars and cents: set Unit to Auto, and set Format to 0.00 (to have two decimal places for the cents)
  • For larger values, to see the results expressed in thousands, millions, or billions of dollars and no cents: set Unit to k, mil, or bil, and set Format to 0 (to see nothing after the decimal point).
Example: exact counts

When the basic unit for the metric is a count:

  • To see an exact count: set Unit to Auto, and set Format to None.
  • To see a rough count: set Unit to something like k, mil, or bil (depending on the magnitude of your values), and set Format to 0.0, 0.00, or 0.0000 (depending on how many decimal places make sense in combination with the selected Unit setting).
Example: thresholds

When setting threshold values:

  • If you select a Unit (for example, MiB), the Threshold settings are then prepared to match the selected unit, so you just need to enter threshold values without specifying MiB.
  • If you set Unit to Auto (to let Dynatrace automatically scale the displayed output), you still need to set Threshold values in a specific unit such as bytes.

Threshold

To enhance your visualizations, you can set thresholds that are reflected in your visualization.

A table can have as many thresholds as there are metrics displayed on the table. This example has five metrics, five columns, each with a different threshold definition. Link cell color to thresholds is turned on.

Example table with different thresholds for each metric/column

Tile text color is adjusted automatically for contrast with the background threshold color.

Set table thresholds

To make per-metric threshold settings

  1. optional In the Threshold section, select Link cell color to thresholds
    • When this is turned on, the background of every cell in the table is colored according to threshold.

      Link cell background color to thresholds

    • When this is turned off, only the cell data is colored.

  2. Make per-metric threshold settings.
    • Select a metric name

      Select metric for thresholds

    • Set the threshold values for that metric

      Add threshold values

    • optional Adjust threshold colors

      Adjust the threshold colors

Select Add threshold as needed to add thresholds for another metric.

Add thresholds for another metric

Hide or show threshold colors

To hide or show threshold colors (per threshold definition) without deleting the threshold settings, in the Thresholds section, select for that metric.

Show or display threshold colors

Delete threshold settings

To delete the threshold settings for a metric, in the Thresholds section, select the trash can icon for that metric.

Delete threshold settings

FAQ

Why am I not seeing all series of my metric?
  • The default number of displayed series per metric is 20. Consequently, some series might be missing in the Data explorer. To ensure the series data you're looking for is displayed, provide more specific filters such as a management zone or an entity name filter.
  • The maximum number of displayed series per metric is 100. Note that this limit applies even if you remove the limit transformation from the metric selector on the Code tab.

If series data is absent for a metric expression, see Why is the result of my metric expression empty?.

Why are some table cells empty when they should have values?

The root cause of this issue is often the same as for Why am I not seeing all series of my metric?

The metric series are limited to a certain number.

Suppose you query builtin:host.cpu.usage and builtin:host.cpu.idle split by dt.entity.host. For both metrics, the top 100 hosts are requested per default. But the top 100 hosts of the builtin:host.cpu.usage metric probably diverges from the top 100 hosts of the builtin:host.cpu.idle metric, leading to empty cells in the table for some hosts.