Faster AI for large explorations
AI now performs up to 20x faster in large explorations. Some would say it's thanks to optimizations. Others would claim it's because we found something really dumb that we'd done.
New features, improvements, and fixes from the Supersimple team.
AI now performs up to 20x faster in large explorations. Some would say it's thanks to optimizations. Others would claim it's because we found something really dumb that we'd done.
You can now customize individual chart series from the legend, including chart type, color, value display, and axis assignment. And, you can reset the options to defaults.
The AI assistant now understands explorations that use variables. This means it can help you wire up variables across blocks when answering questions, too!

You can now cancel AI queries that are in progress, giving you more control over long-running requests.

New shortcuts for a cleaner experience:
Cmd/Ctrl+Shift+B to toggle the left sidebar;z to enter zen mode and hide both sidebars at once.+ instead of plus(), > over gt() etc.When a chart's secondary axis passes through the zero level, that's now always shown as a tick mark.
You can now include commas in 'one of' filter values by pressing backspace to edit auto-split values or using undo (Ctrl/Cmd+Z) to merge them.
The AI assistant now considers all exploration blocks in a conversation, not just the most recent one, allowing for better follow-up questions and the ability to combine logic from previous responses.
You can now use arrow keys to navigate through the Data Catalog.
Text blocks now support pasting in images! Spice it up, or add more business context to your explorations.
You can now delete individual blocks that were generated as part of an AI conversation, giving you more control over your exploration layout.
Time series chart tooltips now follow your cursor, and highlighting works nicer no matter what chart type you're using.

You can now configure AI system instructions from under account settings.
You can now edit your previous questions in AI conversations. This is super useful whenever changing direction in your exploration, and wanting to keep the conversation clean and tidy.
Text blocks now support basic markdown syntax. Insert images with , create headers with ##, and lists with * for faster formatting.

Alert notifications now respect your table's visible columns, sending only the data you've chosen to display rather than all available fields.
You can now ask AI questions about a specific block using Ask about this found in each block's (...) menu.
This guides the AI's attention – think of it like pointing your finger at the screen while saying something.
Time series charts with only stacked bars now display grouped field values directly on the chart, in addition to the legend.
You can now Copy link to block from any block's (...) menu. Opening this link will not only share your entire exploration state, but also scroll the user all the way to that block.
Supersimple's AI got a major visual overhaul, now fitting tighter into the exploration flow. Ask questions from either the Explore page, or using the new inline "new block" flow.

Blocks with invalid steps now display warning indicators, and the pipeline preview highlights invalid steps more prominently for easier debugging.
You can now create more sophisticated filter combinations using and/or when aggregating related data.
Hovering over column names in table and card views now displays the complete column name and description in a tooltip.
When adding a chart to a block with a Summarize step, the chart now automatically picks up the relevant axes and pre-fills everything. It just works.

in custom formula functionFormulas now support the 'is one of' operator using the in() function syntax: in(value, option1, option2, ...). See docs for more!
You can now apply any no-code steps to SQL blocks. Go back and forth between code and no-code – use what makes sense.

range_min and range_max window functions (see formula docs).You can now reorder select variable options by dragging them around.
The 'is one of' and 'is not one of' filters now use a pill-style interface that's easier and more intuitive to use.
You can now filter data using a comma-separated list of values for more flexible filtering options.
Model definitions and SQL blocks now support a {{user_email}} placeholder in SQL. This lets you implement row-level security and user-specific filtering. See row-level security for more!