May 29, 2026
NEW

Dashboard Agent

Dashboard Agent

Dashboard Agent

Published Dashboards can now include a built-in Dashboard Agent so viewers can ask questions about what they're looking at. A chat bubble appears in the bottom-right corner — click it to open a side panel and the dashboard reflows alongside it.

The agent is read-only and grounded in what the viewer sees: it knows the dashboard's widgets, the charts they render, and the viewer's active filters and time grains, so answers always reflect the current view. Ask it to summarize the dashboard, explain a trend, or compare widgets — much like Analytics Chat, but for consumers rather than editors. Conversations persist in the URL, so a refresh restores the thread right where it left off.

Region Maps

Region Maps

The Map chart now supports a Region mode that plots query results as a choropleth over polygon GeoJSON. Choose a built-in source — World Countries or US States — or point to any custom HTTPS GeoJSON URL, then join it to your data on a region property. Cube auto-detects the join fields and color-scales regions by your measure, with optional shading for unmatched regions.

Other improvements and fixes:

Workbooks

  • Creating a Workbook no longer prompts for a name — it's auto-generated and you can rename it later
  • Drill-downs now carry over filters from filtered measures
  • Charts now show the pre-aggregation indicator only when results are actually served from a pre-aggregation
  • Transient query timeouts no longer flash an error while a chart is still loading

Dashboards

Administration

  • You can now customize the app theme to match your brand
  • Deploy with CLI mode now shows the connected Git remote

AI

  • The MCP server now supports multiple agents
  • Added a loadQueryResults MCP tool to paginate through large query results
  • Agent configs now support llm: auto to automatically select a model
  • AI-generated data models now default cubes to public: false

Embed

  • App theme customization extends to embedded apps, so they can match your product's branding
  • Creator Mode workspaces now come seeded with starter dashboards
May 22, 2026

Chats Sharing

Chats Sharing

Chats Sharing

You can now share an Analytics Chat thread with teammates as a read-only conversation. Click Share in the chat header to grant view access to individual users, a user group, or flip General access to Organization to make the chat visible to everyone. Use Copy link next to Share to grab a direct URL once access is set up.

Recipients open the chat at the same URL as the owner and can scroll through the full conversation, expand the agent's reasoning and tool calls, and explore the charts and tables it produced — but they can't send new messages. Only the owner can continue the thread, and the header shows a "Shared by …" label so viewers always know whose conversation they're reading. If the owner asks more questions later, those messages and the agent's replies show up for viewers on the next load. Recipients still need access to the deployment and the underlying data the agent used; otherwise they'll see a "Chat not available" page.

Other improvements and fixes:

Workbooks

  • Reworked the chart configuration panel with cleaner tabs and persistent panel state
  • Added Table chart row banding and hover row highlighting for easier scanning
  • Table charts now support conditional formatting, so you can style cells based on rules like greater than, contains, or is null
  • Charts are now color-scheme aware so colors stay readable when switching between light and dark themes
  • Default and maximum row limits now follow your deployment's model configuration

Dashboards

  • PNG and PDF exports now include the dashboard's active filters and time grains
  • Admins can now delete custom Dashboard themes directly from the dashboard builder
  • HTML charts now adapt their background color to the surrounding theme

Administration

  • Added a new Data Sources settings page to list, add, edit, and delete database connections without hand-editing environment variables
  • You can now map IdP groups to Cube custom roles for SAML and SCIM so users automatically receive the right roles based on their Okta or Microsoft Entra ID group membership
  • Added a Build pre-aggregations permission so admins can build custom roles that prevent users from triggering pre-aggregation builds
  • Added an Access AI agents permission to grant deployment-scoped access to AI agents in Analytics Chat, Workbooks, the IDE, and Dashboards
  • Refreshed the Custom Role Builder layout for clearer policy editing

Embed

End users can now share Workbooks they create in Creator Mode with each other, so saved explorations can be collaborated on from inside your embedded app.

Integrations

  • Tableau Semantic Layer Sync no longer hangs when the personal access token lacks permission to create a project
  • The Google Sheets and Excel add-ons now require an explicit Run Query click after reordering pivot rows or columns when auto-run is disabled

Modeling

Views now support default_filters so you can apply filters automatically to every query against a view.

Workspace

  • Table sort order now persists across navigation in the same session
  • Clicking the Star icon on a workspace row no longer triggers row dragging
  • Restored the empty workspace state interactivity so primary actions are clickable
  • The Deployment switcher now stretches to fill the flyout sidebar
May 15, 2026

Access Policies Viewer

Access Policies Viewer

Access Policies Viewer

The new Access Policies viewer surfaces every access policy defined in your data model — row-level filters, member-level restrictions, and member masking — broken down by the user groups they apply to. Audit who can see which cubes and views, and how each policy is composed, without grepping through cube files or running test queries.

Open it from the Model module by clicking Access Policies in the sub-sidebar. The viewer reflects whichever branch and build you are currently on, so policies you are editing in development mode appear alongside what is live in production.

New Dark Theme

New Dark Theme

We've rebuilt our dark theme from the ground up to improve its look and feel — with refined contrast, more readable typography, and polished surface styling across every Cube surface. Switch between light and dark themes from Preferences.

Other improvements and fixes:

Workbooks

  • Added a query info badge that surfaces cache and pre-aggregation status for the current chart and links to Query History
  • All charts now use a transparent background by default for better theme integration

Dashboards

  • Published Dashboards now render charts immediately on first load instead of waiting for filter dropdown suggestions
  • Dashboards now gracefully handle missing members in widgets instead of showing an error

Administration

  • Added a Configuration Settings tab in Deployment Settings to manage default time zone, row limits, and query timeout
  • Chat History admin page now supports filtering by user, agent, and creation date range
  • Sensitive agent environment variables are now masked in admin responses

AI

  • Certifying a query from chat now opens a dialog to add it as a certified query file in your data model repository, on a new dev branch
  • Conversations started from MCP clients like Claude Desktop and Cursor now appear in your Cube chat list
  • The AI agent now asks for confirmation before converting model files between languages
  • The AI agent no longer asks for a branch name when entering dev mode

Embed

  • The generate-session API now accepts a userProfile payload to set display name and avatar for external users
  • Embedded dashboards now use dynamic viewport units so they fill the available height correctly on mobile browsers
  • Dashboard preview in Creator Mode now stretches to the full viewport height

Integrations

You can now duplicate an exploration with Save as in the Google Sheets and Excel add-ons.

Modeling

  • The branch switcher is now available in the IDE toolbar when viewing production, so you can switch or create branches without first toggling dev mode
  • Dev Mode now explains why it is unavailable when it can't be entered
May 8, 2026

View Groups

View Groups

View Groups

You can now organize your semantic model into view groups. Group related views by domain or purpose — Sales, Marketing, Customers, Inventory — and give each group a title and description so data consumers, AI agents, and embedded apps can discover the right dataset faster.

View groups are defined directly in the data model with the new view_groups top-level block and are surfaced everywhere views are picked across Cube — including the semantic view picker in Workbooks, Explore, and the Cube REST API meta response. The schema editor in the new IDE understands the new syntax, with autocomplete and validation for view_groups and the views array.

Other improvements and fixes:

Workbooks

  • You can now toggle pivot table measure values placement between columns and rows
  • Table chart now exposes text and background color controls plus bold, italic, and underline text formatting
  • You can now copy a table cell value with Cmd/Ctrl+C across all table charts

Dashboards

  • Dashboard filters now support user attribute defaults
  • Edits to a custom chart palette now propagate to existing charts that reference it
  • Publish button now activates after a chart is renamed and ignores no-op drags
  • Polished styling for Dashboard control widgets

AI

  • Slack DM agent now shows a native "is thinking…" indicator and renders responses with rich formatting, including headers, tables, and code blocks
  • New project templates now ship with a default agents/ scaffold to make it easier to configure rules and certified queries
  • Remote MCP access now works for non-admin roles by deriving access from deployment access
  • MCP responses now respect agent token limits

Embed

  • Creator Mode now supports scoped groups and group upserts via the generate-session API
  • Added an empty state for the embedded Workspace page

Integrations

  • Excel add-in now prompts to save the workbook before closing
  • Excel add-in now lets you cancel a running query

Workspace

  • New flyout sidebar with a compact topbar
  • Dev Mode now shows a loading animation while toggling
  • Unified empty state across workspace pages
May 1, 2026

Customization Update

Customization Update

Customization Update

You can now bring your own visual identity to Cube with custom chart palettes and dashboard themes. Define palettes once and apply them to any chart so visualizations stay consistent and on-brand across your workspace.

Dashboard themes let you configure, save, and reuse a complete look and feel for Dashboards — including colors, typography, and surface styling. Together, palettes and themes give you the flexibility to tailor the Cube experience to your organization's brand and pair especially well with our embedded analytics offerings.

Other improvements and fixes:

Dashboards

You can now download Dashboards as PNG or PDF.

Administration

  • You can now set a custom role as the default role for new users provisioned via SCIM or on first login via SAML
  • Updated the custom role builder to improve the experience and clarify license tiers for custom roles
  • Renamed deployment types to Dedicated and Shared to better reflect the architecture

Integrations

  • Snowflake Semantic Views integration now supports pushing cubes with custom SQL to Snowflake
  • Excel add-in now respects numeric formats defined in the Cube data model
April 24, 2026

Creator Mode

Creator Mode

Creator Mode

Creator Mode lets you embed the full Cube application into your product, so your users can build and modify their own dashboards without leaving your app. Instead of embedding a single dashboard or chat interface, you give users the complete Cube experience — creating and updating workbooks, publishing them as dashboards, and sharing them with their team.

Creator Mode is isolated on a per-tenant basis and supports additional layers such as groups inside tenants, so you can model your customers and their teams cleanly. It also supports customization at both the dashboard and application levels, so you can bring your own design system into Cube.

We're continuing to invest in Creator Mode and plan to add interactivity via events for building interactive experiences, as well as support for scheduled notifications.

Other improvements and fixes:

Workbooks

  • Column and row totals are now correct for queries with calculated measures
  • Table chart now exposes more configuration for value and header wrapping and alignment
  • You can now view the JSON and GraphQL queries in Explore and Workbook
  • Workbook and Dashboard filters now load suggestions dynamically with typeahead
  • Added a sort order control to easily manage the order of sorted fields

Dashboards

  • Added a time grain switcher control so dashboard viewers can change the granularity of time-based dimensions
  • Table chart now supports client-side sorting by clicking column headers on Dashboards

AI

  • Improved the UI of results and charts in Analytics Chat
  • Improved the MCP authentication flow so Claude no longer requires frequent re-authentication
  • Added support for Claude Opus 4.7, including BYOM
  • The agent in the IDE and Workbooks now shows the currently opened file or tab, and picks up highlighted lines of code in the IDE as additional context
  • You can now define rules and certified queries as Markdown files in your data model repository

Integrations

The new filters are now available in the Google Sheets and Excel add-ons.

Modeling

View descriptions are now surfaced in the Data Pane.

Workspace

You can now drag and drop Workbooks and Dashboards into folders in the Workspace.

April 17, 2026

Slack Agent

Slack Integration

Slack Agent

Anyone in your Slack workspace can now send a direct message to the Cube app and get AI-powered answers from the Analytics Chat agent — without leaving Slack. The agent responds in a Slack thread, and follow-up questions in the same thread keep the conversation contextual.

Cube matches Slack users by email address, so no additional account setup is required for your team.

To get started, a workspace admin connects Slack from Settings → Integrations → Slack and selects a deployment and agent to power responses. Learn more.

Other improvements and fixes:

  • You can now attach files (not only images) to chat
  • Relative time filters are now supported on Dashboards
  • Workbook Version History now shows the current draft
  • Dashboard builder supports undo / redo via hotkeys
  • Workspace now supports bulk actions
  • Dashboard filters can now be disabled on the published dashboard
  • Result table can optionally be colored with alternating rows
  • You can now duplicate a Workbook from the Workspace
  • You can copy tabs from one Workbook to another via copy to clipboard
April 10, 2026

Filters Update

Filters Update

Filters Update

The filtering experience across Explore, Workbooks, and Dashboards has been updated. The point-and-click flow is faster in Explore and Workbooks, and you can now change filter operators in a single click.

Filters now support complex logical groups (OR and AND). You can create and edit these groups directly in the UI. All filters are rendered to Semantic SQL, so they work seamlessly with AI agents — both humans and agents see the same source of truth.

Dashboard filters have also been updated with the ability to change filter operators directly on Dashboards.

New Documentation Website

The documentation website has been updated with improved structure, search, readability, and mobile support. It also includes an AI-powered chat — ask the assistant your documentation questions directly from the docs.

Other improvements and fixes:

  • You can now copy Explore and Workbook tabs to the clipboard and paste them into a different workbook
  • You can now search folders and explorations in the Workspace
  • Added sorting to the Workspace
  • MCP responses now include raw data
  • Added Claude Sonnet 4.6 support for BYOM
  • You can now create filtered measures directly from the pivot UI
  • Chats automatically restart after a browser network disconnect
April 3, 2026

Workbooks Versions

Workbooks Versions

Workbooks Versions

With workbook versions, users can roll back changes to their workbooks and restore the state of the workbook as it was published at a given point. That is useful if you accidentally made changes to the published dashboard and you need to roll back to the published state.

Queue Chat Messages

Queue Chat Messages

With this feature, users can send multiple messages to chat that will be queued together and sent automatically, one after the other. Users can also remove them and edit the content while the message is in the queue. That helps to provide more context and more tasks to AI, and let it run faster for a longer period of time.

Other improvements and fixes:

  • SCIM operations now appear in Audit log
  • Improvements to AI dashboard generation
  • Improved Data Model IDE frontend performance
  • AI agent now reads context from all descriptions and meta.ai_context field. Learn more
  • Updated UI for improved readability
  • Added user deactivation feature — you can now deactivate users instead of deleting them
  • You can download data as CSV directly from dashboard widgets now
  • Context window usage is now visible in the chat interface next to the send button
March 27, 2026

Calculated Fields

Calculated Fields

Calculated Fields

Calculated fields let you define query-level calculations — such as custom measures or dimensions — directly from the Explore and Workbook interfaces. Under the hood, they are compiled into Semantic SQL and executed on the backend, so they work seamlessly with the rest of your data model.

This release introduces common measure calculations (e.g., difference, percentage of total) and quick aggregates for dimensions. Filtered measures and additional calculation types are coming in future releases.

AI agents can create calculated fields as well, enabling end-to-end analytics workflows powered by natural language.

Other improvements and fixes:

  • Fixed charts creation by OpenAI models
  • Data labels enhancements and pie chart support
  • Improved UI to manage KPI blocks layout
  • Fixes to Excel and Google Sheets integrations
Page 1 of 2Next