This QuickStart lists all the new and public beta features released, as well as bugs fixed in February 2026.

It is summary in nature, and you should refer to the specific Sigma documentation links provided for more information.

Public beta features will carry the section text "Beta".

All other features are considered released (GA or generally available).

Sigma actually has feature and bug fix releases weekly, and high-priority bug fixes on demand. We felt it was best to keep these QuickStarts to a summary of the previous month for your convenience.

New first Friday features QuickStarts will be published on the first Friday of each month, and will include information for the previous month.

Subscribe to What's New in Sigma

For those wanting to see what Sigma is doing on each week, release notes are now also available on the Sigma Community site. There, you can opt in to receive notifications about future release notes in order to stay on top of everything new happening at Sigma. You can also subscribe to automated updates in any Slack channel using the Sigma Community release notes RSS feed.

For more information on how to subscribe to release note notifications, see About the release notes

For more information on Sigma's product release strategy, see Sigma product releases

If something is not working as you expect, here's how to contact Sigma support

Footer

Audit logs for Sigma Tenants (Beta)

You can now enable audit logs for tenant organizations. When audit logs are enabled for tenant organizations:

This enables granular security monitoring and compliance tracking across multi-tenant deployments, giving each tenant visibility into their own activity while maintaining parent organization oversight.

For more information, see Enable audit logs

Configure a BigQuery connection to use OAuth (Beta)

You can now authenticate to BigQuery from Sigma using connection-level OAuth.

This provides enhanced security and streamlined access management for BigQuery connections.

For more information, see Connect to BigQuery with OAuth (Beta)

CSV upload using customer-owned cloud storage (Beta)

CSV upload can now use a customer-owned cloud storage data flow instead of the default data flow through Sigma's infrastructure.

When customer-owned cloud storage is enabled, raw and processed CSV files are staged in a customer-owned bucket (instead of a Sigma-owned bucket) before loading to the data platform. Your company controls the bucket region, access, TTL, etc., helping your organization meet security and compliance requirements.

For more information, see Configure CSV upload and storage options and Configure storage integration using customer-owned bucket

Customer managed keys supported for Google Cloud Platform

Sigma now supports the use of customer-managed keys for all GCP regions, allowing you to use your own key management services to encrypt the secrets and data that Sigma uses.

This provides greater control over encryption and helps meet compliance requirements.

For more information, see Set up customer-managed keys

Improved cloud storage exports (Beta)

When exporting to cloud storage, you can now generate files directly in Sigma, instead of in your data warehouse. This allows for more supported file types and data platforms, and more reliable export formatting.

This reduces dependency on data warehouse resources, improves export performance, and expands flexibility for cross-platform data sharing.

For more information, see Export to cloud storage

Override the Snowflake warehouse for a workbook

Administrators can now select a different virtual warehouse in Snowflake to execute queries for specific workbooks.

This enables optimization for complex queries that benefit from larger warehouse resources, providing greater control over query performance and resource allocation.

For more information, see the Override the Snowflake warehouse used by a workbook

Select Snowflake role for a connection (Beta)

If you have access to a Snowflake connection authenticated with OAuth, you can select which Snowflake role to use when performing tasks in Sigma.

This provides fine-grained access control and enables users to work with different permission sets without switching connections, improving security and workflow flexibility.

For more information, see Choose your Snowflake role for an OAuth connection

Usage dashboard for Sigma Tenants (Beta)

View usage details for Sigma Tenants on the Tenants tab of the usage dashboard.

You can now review the following details:

This centralized visibility enables parent organizations to monitor tenant adoption, optimize resource allocation, and identify usage patterns across their entire tenant ecosystem.

For more information, see View usage dashboards

Footer

1: With the latest Chrome update to version 144, embedded content with the :responsive_height query string parameter in the embed URL could not be scrolled in an iframe. This issue has been resolved.

2: When you migrate a dataset to a data model from the Administration > Dataset migration page, related datasets now correctly show that they have been migrated as well.

3: You no longer need to wait for a dataset migration to complete before starting another migration from the Administration > Dataset migration page.

4: Custom SQL, pivot table, and summary row errors now properly trigger the workbook:chart:error JavaScript event.

5: Errors that occurred on custom SQL elements, pivot table elements, and summary rows in table elements did not produce the workbook:chart:error outbound JavaScript event.

Footer

Improved chart tooltips layout

The layout of chart tooltips has been improved. Additionally, a new divider line has been added to certain tooltip configurations to make tooltip values easier to read.

These visual improvements enhance readability and user experience when exploring chart data.

New chart tooltip formatting options

New formatting options are available for chart tooltips:

Show all column names: You can now choose to hide column names in a tooltip. If Sigma detects that hiding a column name reduces a user's ability to discern between tooltip values, the column name is not hidden in the tooltip.

Show multiple series: For bar, line, and area charts, you can now choose to show a single series or multiple series in the chart tooltip.

These customization options allow you to create cleaner, more focused tooltips that surface the most relevant information without overwhelming users with unnecessary details.

For more information, see Chart element overview

Footer

API Actions (Beta)

Create actions that invoke API endpoints within Sigma workbooks to activate workflows and interact with external systems.

This feature enables workbooks to call REST APIs directly, bringing live external data into Sigma or triggering actions in third-party systems without ETL or middleware. Key capabilities include:

This unlocks operational analytics use cases where data doesn't just inform decisions—it executes them. Examples include updating CRM records, triggering workflow automation, posting to collaboration tools, or querying live SaaS data without data replication.

Check out the "New QuickStarts in February" down below for three new QuickStarts covering this topic.

For more information, see Create actions that call APIs (Beta)

CC and BCC support for email notification actions

Users can now add CC and BCC recipient lists when configuring email notification actions in workbooks, expanding email distribution capabilities.

This enhancement provides greater flexibility for managing email notifications and ensuring the right stakeholders receive important updates.

For more information, see the Create actions that send notifications and export data

Forms (Beta)

Use the form element to create a clear interface for user data entry. Create a form manually, or based on an existing input table or stored procedure.

Forms can submit data to multiple data sources at the same time, and trigger action workflows at the time of submission, allowing you to centrally manage user input in AI apps.

This new element provides a structured, user-friendly way to collect and process user input with integrated workflow capabilities.

There is a QuickStart, Forms: Quick Capture and Analysis with Sigma

For more information, see Use forms to streamline user data entry

Update row(s) and Delete row(s) actions (GA)

The Update row(s) and Delete row(s) actions are now generally available.

These actions enable users to build fully interactive data management applications within Sigma, allowing end users to modify and maintain data directly from workbooks without requiring technical expertise.

For more information, see Create actions that modify input table data

Footer

API support for creating and managing reports

Extended API endpoints now support report operations, including file management, member file access, and favorites management across GET, POST, PATCH, and DELETE operations.

This enhancement provides programmatic access to reports, enabling automation and integration of report management workflows.

The following endpoints now support reports:

File endpoints:
List files (GET /v2/files)
Create a file (POST /v2/files)
Get file information (GET /v2/files/{inodeId})
Update a file (PATCH /v2/files/{inodeId})
Delete a file (DELETE /v2/files/{inodeId})

Member endpoints:
List member files (GET /v2/members/{memberId}/files)
List recent files for a member (GET /v2/members/{memberId}/files/recents)
List all favorite documents of a member (GET /v2/members/{memberId}/files/favorites)

Favorites endpoints:
Get favorite documents for a user (GET /v2/favorites/member/{memberId})
Favorite a document (POST /v2/favorites)
Unfavorite a document (DELETE /v2/favorites/member/{memberId}/file/{inodeId})

For more information, see the Sigma API Reference

Export rate limit increase

The workbook export API endpoint now supports 400 requests per minute, quadrupling the previous limit of 100 requests per minute.

This significant increase enables higher-volume export automation and better supports organizations with extensive scheduled export workflows or high-frequency export requirements.

The updated endpoint: POST /v2/workbooks/{workbookId}/export

New API endpoints to manage account types

The following API endpoints to manage account types are now available:

This enables programmatic management of account types, supporting automated provisioning and governance workflows at scale.

New endpoint to delete a user attribute

This API simplifies user attribute lifecycle management, enabling automated cleanup and maintenance of user attributes as organizational needs evolve.

New API endpoint to remove a tenant from a deployment policy (Beta)

This API enables dynamic management of tenant deployments, allowing organizations to automate the removal of tenants from deployment policies as part of offboarding or reconfiguration processes.

Footer

Migrate a dataset to a data model (GA)

You can now create a data model from a dataset and its links by choosing to migrate a dataset. Optionally choose to update documents that reference the dataset automatically.

When you migrate a dataset, the dataset is unchanged and the contents of the dataset are recreated in the data model. You can also track the status of all datasets in your organization.

This feature is now generally available, making it easier to transition from datasets to the more powerful data modeling framework.

For more information, see Migrate a dataset to a data model

Validate metrics and relationships in a data model (Beta)

Changes made to metrics and relationships in a data model can affect users that use those metrics and related columns in their documents. If you make changes such as changing columns, deleting metrics, deleting relationships, or swapping sources, you can validate content in the data model to prevent breaking documents that use those metrics and related columns.

This helps ensure data integrity and prevents downstream impact when making changes to data models.

For more information, see Validate content in a data model (Beta)

Footer

Embed content from tenant organizations (Beta)

Organizations using Sigma Tenants can now embed content from tenant organizations without setting up separate embed credentials for each tenant.

This simplifies the embedding process for multi-tenant environments and reduces administrative overhead.

For more information, see the Embed content from a tenant organization

New Inbound JavaScript event - document:navigateto

A new JavaScript event enables navigation between data models, reports, or workbooks within embedded contexts.

This provides embedded applications with programmatic control over navigation, enhancing the user experience in custom integrations.

For more information, see the Inbound event reference

Embed URL parameter integration with plugin development API

The Sigma plugin development API now features new methods related to working with embed URL parameters in plugins.

If you are using the plugin development API with React Hooks:

If you are using the plugin development API without React Hooks:

This enhancement provides greater flexibility for plugin developers to interact with embed parameters programmatically.

For more information, see Plugin development API

Save As modal support for embedded workbooks

The workbook:modal:toggle inbound JavaScript event now accepts a save-as modalType parameter, enabling embedded workbooks to programmatically open the "Save As" dialog.

This allows parent applications to trigger the Save As functionality, enabling users to create copies of embedded workbooks without requiring custom UI elements.

For more information, see Inbound event reference

Report download event

A new report:download inbound JavaScript event enables programmatic downloading of reports from embedded contexts.

This provides embedded applications with the ability to trigger report downloads on demand, improving integration capabilities for custom workflows.

For more information, see Inbound event reference

Footer

RegexpCount function

New function counts occurrences of regular expression patterns within strings, expanding text processing capabilities.

This function enables advanced text analysis and pattern matching directly within Sigma calculations, eliminating the need for external data processing tools when working with complex string patterns.

For more information, see the RegexpCount

Unix timestamp conversion functions

Two new functions enable conversion of Unix epoch timestamps to date values:

These functions simplify working with timestamp data from APIs, IoT devices, and systems that use Unix epoch time, eliminating the need for complex date arithmetic or warehouse-specific conversion logic.

For more information, see DateFromUnixMs and DateFromUnixUs

Footer

Sigma Fundamentals on DataCamp

Sigma has partnered with DataCamp to provide interactive learning tracks with videos, exercises, and quizzes covering introductory through advanced Sigma topics.

This comprehensive training resource helps users build their Sigma skills through hands-on practice.

For more information, see the Datacamp Sigma Fundamentals

AI chatbot support

Outside business hours, users can now access an AI chatbot trained on Sigma documentation, community posts, and quickstarts through the Help menu.

This provides 24/7 support access to help users find answers when they need them.

The Chatbot, powered by Intercom's FinAI Agent, is available from the Help menu > Live chat > Try AI before Human Support.

For more information, see the Sigma support

Footer

Building AI Apps with Multi-Modal File Uploads

Learn how to build an AI-powered file analysis application that processes images, documents, and audio/video files using Snowflake Cortex AI and Sigma's file upload features.

API Actions has arrived!

To get you up-to-speed learning this new feature, here are three QuickStarts:

API Actions – Getting Started

This QuickStart introduces Sigma API Actions, showing how to connect Sigma workbooks directly to external REST APIs — starting with the free, no-auth Open-Meteo Weather API.

WHY IT MATTERS: This is Sigma's first API Actions walkthrough, designed to help internal teams and early testers learn the fundamentals. It shows how developers and data teams can call live APIs directly from a Sigma workbook—no middleware or code hosting required—unlocking dynamic, real-time data app use cases.

Integrate Salesforce using API Actions

Use Sigma API Actions to connect to Salesforce's REST API using an authenticated, enterprise-style pattern (OAuth + dynamic parameters), then surface live Salesforce data directly inside a Sigma workbook.

An API PATCH is demonstrated to update Opportunity Stage in Salesforce and refresh the data automatically.

WHY IT MATTERS: This is the "no ETL, no data load" integration pattern—query Salesforce live, interact with the results in Sigma, and optionally write changes back to the system of record. It's a realistic blueprint for operational analytics and lightweight workflows where freshness matters.

Integrate JIRA using API Actions

This QuickStart demonstrates integrating JIRA's REST API with Sigma using Basic Authentication and API Actions, building a complete bidirectional integration.

The integration pattern includes both read (query issues) and write (update status) operations, with automatic data refresh after updates.

WHY IT MATTERS: This demonstrates the full potential of API Actions for operational workflows—not just reading data from external systems, but writing changes back and maintaining bidirectional sync. The pattern works for any REST API using Basic Authentication (ServiceNow, Zendesk, GitHub, etc.), showing how business users can interact with SaaS platforms directly from Sigma without ETL pipelines or custom middleware.

Footer

Ad hoc calculations in pivot tables (GA)

Create one-off calculated rows in pivot tables without modifying the underlying dataset.

This feature is now generally available, allowing users to add calculations specific to a single pivot table analysis without affecting the source data or other workbook elements.

For more information, see Ad hoc calculations

Advanced text settings

New text settings, such as underline, strikethrough, superscript and subscript, are now available in both workbooks and reports.

These formatting options provide greater control over document styling and enable clearer communication of important information, annotations, and mathematical or scientific notations.

For more information, see Text elements

Customize "No data" and "Invalid date" messages in KPI charts

For KPI charts that display "No data" or "Invalid date," you can now customize the message that is displayed.

This enables more user-friendly messaging that provides context-specific guidance or explanations when data is unavailable, improving the end-user experience in dashboards and reports.

For more information, see Build a KPI chart

Customize map category legend colors

You can now customize color assignments for map category legends, providing greater control over map visualizations.

This enables more meaningful color coding based on business context and improves readability of geographic data visualizations.

For more information, see Map element overview

Find in table feature (Beta)

New "Find in table" capability allows users to search visible columns and navigate highlighted matches in tables and input tables.

This feature enhances data discovery and makes it easier to locate specific values within large tables.

For more information, see the Find a specific value in a table or input table

Hierarchy controls in scheduled exports (Beta)

Scheduled exports can now filter data using hierarchy controls, expanding the filtering capabilities available in automated exports.

This allows scheduled reports to leverage the same hierarchical filtering used in interactive workbooks, ensuring exported data matches user expectations.

For more information, see Schedule workbook exports

Manage locales panel no longer displays default workbook locale

The Manage locales panel in Workbook settings no longer lists the workbook's default locale. Only manually added locales and custom translations now display in the Manage locales panel.

For more information, see Manage workbook localization

Page-level formatting options

You can now configure page background color, background images, and widths at the level of individual pages. These settings override workbook layout and theme settings, enabling more customization options.

This provides greater flexibility for designing workbooks with varying page styles and layouts.

For more information, see Workbook page settings overview

Sort filters and controls by a custom order (GA)

You can now sort list and hierarchy filters and controls by a custom order.

This allows you to prioritize filter options based on business logic or user preferences rather than alphabetical or numerical order, improving usability and highlighting the most relevant choices.

This feature is now generally available.

For more information, see Sort by a custom order

Theme-based color palettes for charts

Custom chart category colors can now be selected from the workbook's default theme palette, ensuring visual consistency across all charts within a workbook.

This enhancement simplifies chart styling and helps maintain brand consistency by automatically applying theme colors to chart categories.

For more information, see Chart element overview

Footer

Additional Resource Links

Blog
Community
Help Center
QuickStarts

Sigma Free Trial

Footer