This QuickStart lists all the new and public beta features released, as well as bugs fixed in March 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.
The Account types feature separates permissions for individual export destinations, enabling granular control over members' ability to export workbook content to Google Sheets, Google Drive, Slack, cloud storage, and webhooks.
For more information, see the account type permission availability matrix (Sharing and exports section) in License and account type overview.
If your Sigma organization is connected to Snowflake, you can run all scheduled, direct, and on-demand exports through a separate warehouse.
This practice isolates export operations to optimize performance and reduce computing costs.
In the Administration
> Connection
> Connection Features
section, locate the Export Warehouse
field and enter the name of the virtual warehouse created for export queries:
For more information, see Configure an export warehouse.
Sigma's license tiers are now labeled Lite
, Essential
, and Pro
to bring clarity and simplicity to the licensing model.
Here's what you need to know:
1: No action is required from your end. Your Sigma experience will continue seamlessly.
2: Default account names will be automatically updated to reflect the new license names.
3: If your organization was previously subscribed to the two-license model, it will continue using two license tiers: Lite (formerly Viewer) and Pro (formerly Creator).
4: Custom account names will remain unchanged.
5: All Embed URLs will continue to function as usual. The old default account names will automatically map to the new names.
6: SCIM processes will continue to function as normal and old license names will continue to work.
7: Your Admin Portal and Usage Dashboards will be updated to reflect the new license names.
8: Existing licensing agreements and terms will remain unchanged.
For more information, see the Sigma Community post.
1: Selecting the Impersonate user
function for a user assigned the Embed
member type no longer redirects admins to the Home
page.
2: Admins can now successfully update a user's member type from Internal
to Guest.
3: Sigma now emits the workbook:error
JavaScript event when an embed user is logged out, due to a session timeout.
Sigma now listens for the following JavaScript event sent by a user to save a bookmark on an embedded workbook:
{
type: 'workbook-bookmark-current';
bookmarkName: string;
isDefault: boolean;
isShared: boolean;
}
Read more about Sigma Actions and Events in this QuickStart.
The Array function returns an array containing specified values.
This function allows users to create and manipulate arrays, which are collections of elements that can store various types of data, such as numbers, strings, and even other arrays. With the "Array" function, users can perform a wide range of operations, including adding or removing elements, accessing specific items, and iterating over the elements for processing.
For more information, see the Array documentation.
The DateFormat
function now supports the %q
specifier that allows you to extract the quarter component from a datetime value.
For more information about the function and supported format specifiers, see DateFormat.
The Sigma Health Check Native App is designed to provide insights into the overall health and performance of your Snowflake environment. This native app includes insights into architecture, user and role grants, as well as warehouse performance and sizing recommendation.
Getting Started with the Sigma Health Check Native App for Snowflake
This QuickStart discusses and demonstrates creating a machine learning-driven price prediction tool, integrating the perspectives of both a business analyst and a data scientist using Snowflake and Sigma.
Sigma now natively supports the SUPER
data type to seamlessly handle semi-structured data from Redshift connections.
For more information, see SUPER type in the AWS developer documentation.
When interacting with a visualization, table, pivot table, or input table elements, you can now bulk drag-and-drop columns
in the Element properties
> Columns
tab to reorder multiple columns or add them to groupings, calculations, or other properties.
Sigma is continuing to deliver polish and customization to our workbooks and in this case has improved the styling options for buttons.
Users now have more options to adjust the look-and-feel of their button elements, including new styles
, shapes
, and sizes
in the Element properties
panel:
Conditional formatting rules referencing hidden controls are now applied reliably to visible data elements in embeds and published workbook versions (View
and Explore
mode).
For more information about hidden controls and filter accessibility, see Create a hidden control.
You can now customize the color of individual page tabs for added clarity and organization in workbooks.
On a workbooks's Page
menu, click Change color
and select an option from the color palette:
When there's no corresponding source data for a pivot table value cell to reference (no record exists for the particular combination of dimensions), the cell is empty by default.
To customize the value for all empty cells, go to Element format
> Format
and enter the preferred value in the Empty cell
display value field.
You can now configure a default table style for an entire workbook (in the Workbook settings panel), or an organization theme (in the Administration portal).
This allows users to make bulk styling changes across their entire workbook (or theme), rather than making adjustments one by one, saving lots of time.
For more information, see Customize table styles and Create and manage workbook themes.
Sigma now uses Mapbox
to render regions in map elements.
This update contributes overall performance improvements, including more precise boundaries for mapped regions.
For example:
When sending or scheduling an export, you now have the option to repeat pivot values in Excel or CSV output.
In the Send Now or Schedule Exports modal, go to More options and select the Repeat pivot values checkbox. This ensures the pivot header values are populated in every applicable row or column:
Additional Resource Links