Week of July 6, 2025
July 6, 2025
July 10, 2025 #
Added support for duplicating dashboard themes and setting a default theme for the organization. In Settings > Themes, use the options menu (three dots) next to a theme to access the new options. Note: The Apply default theme to all dashboards will apply the selected theme to existing dashboards that don't already have an assigned theme.
July 10, 2025 #
Added the ability to sort to small multiples / chart facets. Access this in the Small multiples section of a chart's configuration by clicking the configuration icon in the top-right corner of the section. Then, use the Sort field. Check out the demo here.
Fixed an issue where
{{ .value }}
references in filters would only render the first value in a multi-value string. Now, all values will correctly be included.Moved the Analyze from here button that displayed in the top-right corner of the AI Assistant page to display next to the feedback buttons at the bottom of a message. Note: This only applies to the AI Assistant - the in-workbook query helper has not changed.
July 9, 2025 #
Added a new
entityFolderGroupContentRole
parameter for embedding. This parameter is used to set an embed entity group's permission level on its corresponding entity folder.Added an option to Mercator map projections that will render the map as continuous when scrolling horizontally. Check out the demo here.
Added the ability to fill in missing values for datetimes even if a filter isn't specified. Previously, a filter was required to determine the beginning and end bounds of a time range in order to fill missing dates. With this change, Omni will use the
MIN
andMAX
values of the field in the query result set to determine the bounds for the fill. Check out the demo here.Added the ability to independently define axes for small multiples / chart facets. Access this in the Small multiples section of a chart's configuration by clicking the configuration icon in the top-right corner of the section. Then in the Charts section, use Independent scales setting. Check out the demo here.
Updated the dbt setup flow to no longer require configuring an environment before the repository is connected. Now, you'll be directed to set up an environment after Omni successfully connects to the repository, making it easier to separately troubleshoot repository and environment issues. Check out the demo here.
July 7, 2025 #
Added a new
owners
parameter to topics, which accepts a list of email addresses indicating who the owners of a given topic are. This information can be used by the Omni AI to determine who is the best person to answer questions about a query or its results.Adds a new
ai_chat_topics
parameter that defines a list of topics in the model to make accessible to the AI Assistant / embedded chat. Previously, a topic needed anai_context
parameter to be visible in the Assistant's topic picker. Theai_context
will now just be context. Check out the demo here.Updated the document and folder permission APIs to accept the mini UUID of a user group instead of the full UUID. This resolves the mismatch between the User group APIs which returns mini IDs and the permission APIs that expected the full UUIDs.