The AI is branded TablixAI in its responses and identifies itself as such — it will not name the underlying model provider.
Opening the Assistant
Open the AI Analyst sidebar from the toolbar. If no conversation has started yet, you’ll see quick-start prompt suggestions such as:- “Generate a summary chart”
- “Clean missing data in selection”
- “Extract insights from data”
Chat vs. Agent Mode
- Chat
- Agent (Agentic Loop)
A single request, single response. Good for one-off questions or one code-generation step.
What the AI Can Do
Clean data
Clean data
Remove duplicates, trim/normalize text, strip unwanted symbols or footnotes, fix encoding issues, split messy delimited columns into separate columns.
Reshape data
Reshape data
Insert calculated columns, insert new rows/totals, move columns.
Sort & filter
Sort & filter
Sort by any column, apply single or multiple filters, clear filters.
Format cells
Format cells
Colors, currency/percentage/date number formats, bold/italic, alignment, borders, font size — without altering underlying values.
Build charts
Build charts
Summarize & explain
Summarize & explain
Answer analytical questions (“why did profit drop in Q2?”, “summarize this data”) with a written “Key Insights” report instead of altering the sheet.
Forecast
Forecast
Simple trend/regression-based projections when asked for a forecast, shown as a chart with historical and projected values together.
Voice Input & Read-Aloud
- Click the microphone icon to dictate your prompt (uses your browser’s speech recognition). A live waveform indicator shows while listening, and it auto-stops after a few seconds of silence.
- Any AI response can be read aloud via “Listen”, or copied via “Copy”.
- A response can also be inserted into the sheet as a text box via “Insert”.
Fixing Errors
If AI-generated code fails to run, the resulting message includes a “Fix with AI” button that resubmits the error and code back to the AI for an automatic fix.Quick Insights (No Prompt Needed)
Selecting a range of data (or a single cell inside a data table) surfaces automatic insight suggestions without typing anything:- A plain-language summary of the selection or column (sum/average/median/min/max/std. dev for numeric columns; top-contributor breakdown for categorical columns)
- A suggested chart appropriate to the data shape
- A formatting suggestion (e.g., highlight negative numbers)
- A formula suggestion (e.g., insert a
SUMbelow a numeric column) - A filter suggestion for tabular data
Clearing the Conversation
Use the refresh/clear icon in the sidebar header to reset the chat history.As with any AI feature, always double-check generated formulas, code, and calculated results — Tablix displays a reminder that “TablixAI may make mistakes.”

