KPI tiles highlight important metrics and key performance indicators. Rather than a single fixed layout, KPIs are row-based and composable — you build the tile by stacking blocks of different types, each configured independently.
Getting started
The KPI visualization starts with a Number block that compares the first and second rows of your result for the first numeric column.
To add a new block, click the + button inside the visualization and choose the block type. To edit a block, click it in the visualization — the configuration panel updates to show that block’s settings.
Reorder blocks by dragging the handle on the left side of each block. Delete a block with the trash icon in its configuration panel.
Block types
Number
Displays a single value from your query result.
Comparison
Displays a current value alongside a previous value with a calculated difference. Use this to show period-over-period change or target vs. actual.
To compare to a static goal, add a column to your query that always returns the same number (e.g. a calculated field with a constant), then select it as the Previous field.
Progress bar
Shows a value relative to a target as a progress bar or circle. Useful for goal tracking.
To compare against a static number like a quarterly goal, add a calculated field that always returns that number and use it as the Target field.
Sparkline
Renders a compact trend chart — either a bar or line — within the KPI tile. Use this to show the trend behind the headline number.
Text
A Markdown-enabled text field for titles, headings, or descriptions within the tile. Supports standard Markdown formatting.
Use text blocks for short labels and headings inside the KPI. For complex layouts with Markdown, use the HTML block or consider the Custom visualization instead.
HTML
A free-form HTML block rendered inside the KPI tile. Use this for advanced custom layouts that go beyond what the other block types support.
Layout controls
KPI tiles have a layout panel that controls how blocks are arranged:
Converting to raw Markdown
If you need customization beyond what the block builder supports, you can convert the KPI visualization directly to Markdown by clicking on the Markdown visualization option.
Converting to Markdown is a one-way operation. If you do this accidentally, use the undo button to revert.