Build your first dashboard
- On the home page, drop a CSV, JSON, or Excel file (or click Choose a file).
- Click Add your first tile. In the Data tab, pick what to Group by and a Measure, like Sum of Revenue. Date columns can be grouped by year, quarter, month, or day.
- Optionally Split by a second column to get one series per value, or add a Filter. The SQL for your picks is always shown underneath.
- Open the Visual tab to choose a chart type, then Format for colors and titles. The preview updates as you go.
- Click Add to dashboard. Drag tiles by their title bar; resize them from the right edge, bottom edge, or corner.
Prefer SQL? Switch the Data tab to SQL. Tiles are read-only queries (SELECT or WITH), so a tile can never change your data.
Import Excel workbooks
Upload an .xlsx file directly. Every sheet with data becomes its own table: a one-sheet workbook is named after the file, and multi-sheet workbooks use the sheet names. Empty sheets are skipped.
- Formulas: Synth-BI reads each cell's calculated value, the same thing you'd get copying and pasting values.
- Dates: stored as
yyyy-mm-dd, so they sort correctly and can be grouped by month or year.
- Headers: the first non-empty row is the header row. Spaces in column names become underscores so they work in SQL.
Several related sheets (say Orders and Customers)? Open the Relationships tab to confirm how they join, and the AI assistant will use those joins.
Use the AI assistant
Sign in (it's free) to turn on the assistant in the panel beside your dashboard. It has two modes:
Ask
Ask about your data ("which region sold the most last quarter?") or how to do something ("how do I make a stacked chart?"). For data questions it writes a query that runs in your browser and shows the result under its answer. The assistant never sees the result. Click Make a tile to turn any query into a chart.
Build
Describe what you want: "revenue by month as a smooth line, split by region, in blue". The draft opens in the tile editor as a preview, where you can change anything before adding it. You can also ask it to change an existing tile ("make the treemap a doughnut on a dark background") or add a title text box.
The assistant only ever sees your column names and types, never your rows.
Save and reopen dashboards
Signed in, click Save to cloud in the dashboard toolbar. After the first save, tile, color, and layout changes save automatically; adding, renaming, or deleting a table asks you to save again. Saved dashboards appear under Your dashboards on the home page, with a preview, and reopen with their tables, tiles, relationships, and assistant conversation. Click the dashboard's name in the toolbar to rename it.