This QuickStart lists all the new and public beta features released, as well as bugs fixed in August 2024.
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.
If you haven't discovered Actions in Sigma yet, you need to check them out. Actions are evolving really quickly now, and we are adding more functionality all the time.
Actions are user-defined interactivity that you can configure within and across workbook elements. By automating responses to specific user interactions, you can create efficient workbook workflows that produce quick and relevant data insights.
Use the Insert row action to insert a row into an input table based on a user's interaction with another workbook element.
Manage access to new AI features in Sigma with the Use AI features permission. Users must have a Pro license
to be granted this permission.
If you have an OpenAI integration configured, you can now import data from an image of a table or a simple chart. The data is parsed and uploaded to a connection with Write-back support. Then you can start exploring the data in a workbook.
For more information and recommendations, see Import data from an image.
The Swap workbook data sources endpoint POST /v2/workbooks/{workbookId}/swapSources
now includes the swapTables
and paths
options.
Set the swapTables
option to true
in your request to change all tables in the workbook to use the new connection.
Use the paths
option to specify connection paths to map from the original connection to the new connection.
The options for this method are available to test in our public API Reference:
The List workbooks
endpoint GET /v2/workbooks now includes the excludeTags
query parameter.
Set excludeTags
to true
to improve query performance in cases where you do not need version tag information in the response.
The entries array includes two additional properties in the response for the Get embeds for a workbook
An example response for this method will look like this:
{
"entries": [
{
"embedId": "5123ee04-6a27-451d-a7ea-165b434e8a2b",
"embedUrl": "https://app.sigmacomputing.com/embed/1-2t6NvaaMfGT5cVxec3xklt",
"public": true,
"sourceType": "page",
"sourceId": "H9cAxKfnXP",
"sourceName": "Dashboard"
},
{
"embedId": "fa3cecb4-a9b5-4d81-9bcf-1bea81678fec",
"embedUrl": "https://app.sigmacomputing.com/embed/1-7CbVjjUMMTKQpYa2E7NwkI",
"public": false,
"sourceType": "workbook",
"sourceId": null,
"sourceName": null
}
],
"hasMore": false,
"total": 2,
"nextPage": null
}
1: When a specific version of a workspace has been shared with a user or team using both a direct grant and an inherited grant, Sigma no longer lists the same version tag multiple times in the Share Folder
modal.
2: Sorting pivot columns in a pivot table with more than 25,000 cells
of data now works as expected.
Version tag data models to support version tagged workbooks and manage access to specific versions of a data model. You can also swap sources between different tagged data model versions.
A tagged version of a workbook that uses a data model as the source stays in sync with the latest published version of the data model. If you want the tagged version of a workbook to use a specific version of a data model, tag that data model version and use it as the source for the tagged workbook version.
For more details, see Create and manage version tags and Add version tags to workbooks and data models.
Sigma supports authenticating secure embeds using JSON Web Tokens (JWTs). JWTs are compact, URL-safe tokens that can be digitally signed, ensuring that the data they contain is tamper-proof. Using JWT-signed URLs for your embeds offers several advantages, including offering a secure way to embed content that can be accessed by both external users and internal users.
For more information, see Create an embed API with JSON web tokens.
There is also a QuickStart: Embedding 16: Secure Embedding with JWT.
Pre-populate a new input table with uploaded CSV data that you can edit at the cell level.
Like empty input tables, CSV input tables support data entry independent of existing data, enabling you to add editable rows and columns to construct the table as you see fit.
For more information, see Intro to input tables and Create new input tables.
For those of you who have not discovered Sigma Input Tables yet, check out some of the common use cases here The possibilities are endless!
Many customers want a simple, but secure way to embed content that can be accessed by both external (users who do not have a registered account in Sigma) and internal user (users who access Sigma only through an embed, inside a parent application).
To enable this, Sigma supports authenticating secure embeds using JSON Web Tokens (JWTs). Signing your secure embed URLs with JWTs has several advantages, but a few limitations too.
Read all about it here.
Waterfall charts now support stacking. With stacked waterfall charts, you can plot multiple data series as cumulative waterfall segments and compare subcategory contributions to each category's total sum value.
For example:
For more information, see Build a waterfall chart (Beta).
Waterfall charts are now generally available (GA). Build a waterfall chart to show changes in data over a period of time. Waterfall charts are perfect for financial analytics use cases where you track revenue and spend for a project, department, or an entire organization, and other use cases. You can format the shape, start, and end values of a waterfall chart as well.
For more information, see Build a waterfall chart.
By default, the Export to email
workbook action now runs as the user who performs the action instead of as the recipient of the email.
You can optionally select to run as recipient
instead.
See Create actions that download and export data for more details.
Customers asked for larger row limits when populating data in input tables on a Snowflake connection, so now you can now paste up to 50,000 cells
at once (2,000 rows and 25 columns).
If you want this be even larger, so do we!
For more information, see Intro to input tables.
Custom SQL elements in a data model that reference a control as a parameter in the SQL syntax are now visible from the Targets section of the Element properties for the control.
The default file name used for Google Sheet
and Google Drive
exports has been updated from:
date time - workbook name
to:
workbookName_elementName_timestamp
This change makes these export naming conventions consistent with Sigma's other export file name patterns.
For example, for a workbook with the name workbookName, exported on August 2nd
, the file name changes from 2024-08-02 10:07 - workbookName
to workbookName_elementName_20240802T1007
.
Additional Resource Links