Visivo capability
Let anyone answer their own question, right on the page.
Dropdowns, sliders, radios, checkboxes, and chips put self-serve exploration on the dashboard itself, so anyone can re-slice the data by point-and-click.
Region
Min revenue
Segment
re-queriedpoint-and-click
How it works
What you get with Explorer
- Dynamic inputs
Controls for every question
Single- and multi-select inputs render as dropdowns, sliders, radios, checkboxes, and chips.
- Query-backed options
Choices from your data
Dropdowns can populate their options straight from a query, so they stay current.
- Self-serve
Point-and-click, no request
Viewers re-slice live data on the dashboard by point-and-click, without filing a ticket.
In the project
Inputs drive the insight, live.
Declare inputs once; an insight filters itself against the selection.
inputs:- name: region_filtertype: multi_selectoptions: ?{ select distinct region from ${ref(orders)} }- name: min_revenuetype: single_selectoptions: [0, 10000, 50000]insights:- name: filtered-ordersinteractions:- filter: ?{ ${ref(orders).region} in ${ref(region_filter)} }
One source of truth the whole company can build on.
Start free in the cloud, or install the open-source CLI and spin up a local dashboard with hot-reload.