This QuickStart lists all the new and public beta features released, as well as bugs fixed in June 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.
OAuth with write access is now generally available (GA). For customers using the Beta version, there have been no changes since May 2024.
Configure an OAuth connection with write access to leverage the benefits of OAuth permission management with Sigma's write-access features, including input tables, warehouse views, workbook materializations, and CSV uploads.
For more information, see Configure OAuth with write access.
Instantly generate a description of any chart with the AI Explain visualization
feature.
Details can include key insights, observations, data distribution summaries, and other context that can enhance your understanding of the visualized data and help drive informed decisions.
For example, once configured users can click on any visualization and select Explain visualization
:
The results will appear as:
This is the first of many AI enabled features that Sigma is innovating into the product.
Click here to learn how to configure the OpenAI integration in Sigma.
For more information, see Explain a visualization with AI.
This endpoint provide a method to "sync" the connection to a specific database, schema, or table, so that the data Sigma displays is the most recent.
For more information, see POST /v2/connections/{connectionId}/sync.
We have added operations for managing favorite documents and folders for a user:
GET /v2/favorites/member/{memberId} lists documents and folders favorited by a user.
POST /v2/favorites favorites a document or folder for a user.
DELETE /v2/favorites/member/{memberId}/file/{inodeId} unfavorites a document or folder for a user.
We have added operations for managing workbook templates:
POST /v2/templates/{templateId}/swapSources swaps the data sources of a template.
POST /v2/workbooks/{workbookId}/saveTemplate saves an existing workbook as a template.
You can now localize workbook text into Simplified Chinese, Korean, and Swedish.
For more information, see Manage workbook localization.
Use a third-party tool, like Pendo.io, to track inbound and outbound events implemented in your embedded analytics.
By tracking iframe events, you can gain a better understanding of how customers are using your embedded data.
For more information, see Implement inbound and outbound events in embeds.
For a tutorial that walks you through sending and receiving events from a parent application and Sigma, see QuickStart: Embedding 07: Events.
The ArrayJoin function joins elements of an array into a single text string.
For more information, see ArrayJoin.
After over a year in service, it was time to retire the existing series and replace it with an updated one.
Each QuickStart in the series has been rewritten and screenshots have been updated.
The series has changed somewhat and now contains the following QuickStarts:
Fundamental 1 - Getting Around
Fundamental 2 - Working with Tables
Fundamentals 3: Working with Visualizations
Fundamentals 4: Working with Pivot Tables
Fundamentals 5: Input Tables
Fundamentals 6: Controls
Fundamentals 7: Administration
You can access the new series here.
Waterfall charts in Sigma are perfect for illustrating changes in data over a period of time.
They are particularly useful in financial analytics use cases, such as tracking revenue and expenditures for a project, department, or entire organization.
Additionally, you can format the shape, start, and end values of a waterfall chart to better tailor the visualization to your specific needs.
For more information, see Build a waterfall chart.
Use the Checkbox control
element to allow users to select or deselect an option.
The Checkbox control
element is similar to the Switch control element but in a different format, which users may prefer.
For example, it can used to simply toggle a boolean column to show purchases or returns only:
A small but very useful usability addition is the color picker, which is available anywhere there is a choice of single colors.
For example:
It is now possible to combine multiple PDF attachments when configuring ad hoc and scheduled exports.
The Combine attachments
option expands the previous ability to merge Excel attachments into one file.
For more information, see Merge PDF or Excel files.
For consistency and clarity, the control elements formerly labeled Text control
and Number
are now labeled Text input
and Number input
.
Edit your workbook color settings directly from the Color
section of the Workbook settings
panel.
The element panel provides a real-time preview of your workbook colors that automatically updates as you adjust the settings.
There are currently ten beautiful presets to choose from!
Here is how to access it:
You can now customize placeholder text for any input-based control element (List values, Text input, Number input, Date, and Date range) to provide context about the expected user input.
Go to Element format
> General
and update the Placeholder
field.
Placeholder text displays directly in the control's input field and clears when the field contains user input:
In pivot tables with multiple pivot rows, you can format your table to repeat row labels.
For example, Arts & Entertainment
in Product Types
is repeated for each additional row having a Product Family
in that grouping:
For more information, see Working with pivot tables.
The Text area
control element in Sigma allows for multi-line text input, making it ideal for forms and other scenarios requiring larger amounts of text.
With customizable input field height and vertical scrolling to view text overflow, it more effectively supports extensive text input compared to the Text input
control element.
When scheduling exports it is now optional to compress export attachments into a single zip file. This will result in smaller attachments and more reliable delivery over email.
For more information, see Compress attachments to a zip file.
Additional Resource Links