Yandex DataLens release notes: May 2026
Changes in basic features
-
New dashboards available in DataLens Gallery
. For more information, see the DataLens chat in Yandex Messenger. -
We have prepared for you a brief video digest covering Yandex DataLens updates over the past two quarters. Watch on your preferred platform:
-
Implemented the StarRocks connector that enables creating a connection using a direct link.
-
Added a new form for creating a dashboard mailing list.
You can now configure scheduled mailings of dashboard snapshots to email addresses of DataLens users.
When creating a mailing list, consider the following:
- Mailing lists are only available for dashboards stored in workbooks.
- A user with the
datalens.adminrole can add or update a mailing list. - You can customize the dashboard state for each mailing list, e.g., select specific tabs and selector values.
Mailing list email content

-
Revised the dialog for assigning access permissions. For each user or group, the permissions settings window displays the effective role for the current object (collection or workbook).
Optionally, you can open a window with an individual user’s permissions settings to view details, including roles inherited from parent collections.
-
Added new roles for collections:
- The
Collection visitorrole allows you to view information about the collection without access to its nested objects. - The
Creator in collectionrole allows you to view a collection and create objects inside it without accessing the existing ones.
Previously, when a user had access to a workbook but not to its parent collections, they could only access the workbook via a direct link or through lists of available objects. Now you can grant permissions to visit specific collections, and create objects inside them without access to existing objects.
- The
-
Implemented access management using shared objects. Shared objects are connections and datasets you can reuse and link to multiple workbooks across different teams.
When linking a shared object, select a permission delegation option:
- Delegate access permissions: Access permissions to the shared object (connection or dataset) will not be checked within the workbook. This means that anyone with access to the workbook the connection is linked to will also have access to the object.
- Do not delegate access permissions: For users to access the object (connection or dataset) from the workbook, they must be granted access to the original, i.e., the shared object.
Linking an object to a workbook requires appropriate permissions for the shared objects, so we added two additional roles:
- The
Links without delegationrole for a shared object allows you to link it to workbooks without delegating access permissions. - The
Links with delegationrole for a shared object allows you to link it to workbooks with or without delegating access permissions.
-
Implemented early cache invalidation in datasets:
- Cache invalidation allows you to reduce the number of queries to the source and optimize cache usage in DataLens.
- Cache invalidation conditions are defined in dataset settings.
- Available invalidation modes: SQL-based and formula-based.
DataLens caches query results from data sources to accelerate chart and dashboard rendering. By default, the cache refreshes only after its TTL expires. This may become a constraint if you need real-time visibility, as your data will update regularly but infrequently.
Here is how cache invalidation solves this issue: the system runs an occasional invalidation query against the data source to check if the data has changed. If the query returns a different result, the cache refreshes immediately without waiting for TTL expiration.
-
Redesigned the color picker tool, introducing an enhanced color palette and improved visual display. This redesign applies to report widget background settings, chart color settings, dataset field color settings, and global appearance settings.
-
Implemented hiding dashboard tabs. You can choose to display all or selected tabs. Hidden tabs are not visible by default when you open the dashboard, but you see them if you use a link to a hidden tab to open the dashboard. Hidden tabs are visible in edit mode.
Use cases for hidden tabs include:
- Hiding archived tabs prior to deletion.
- Staging new tabs that are still in development before making them visible to all users.
- Adding a tab with details that is only accessible by clicking a link in another chart.
Fixes and improvements
-
Now you can search licenses by
userId. -
Fixed a background export error in cells containing special characters.
Fixes in connections
- Fixed an issue where connections to Google Sheets could persist despite an outdated state.
Fixes in reports
-
Fixed report export issues, including:
- Incorrect display of the note icon in text widgets.
- Images loading failures in Safari.
- Incorrect text wrapping in the Header widget when widget size was insufficient to accommodate the full text.
-
Report pages in the preview area in Safari now load faster.
Dashboard fixes
-
Restricted the scope of selectors displayed on multiple tabs. Previously, default values of such selectors could also affect tabs where those selectors were not visible.
-
Fixed a group selector copying error.
Previously, pasting a group selector with a group-wide setting caused the tab to malfunction if each individual selector was set to
Current tab.Now, if you paste a selector with a group-wide setting into another tab and select Edit settings, the new settings will apply both to the group and each of its selectors (provided they are visible on the original tab).
Fixes in charts
-
Added support for additional trend and smoothing lines on public dashboard charts.
-
Fixed a hierarchical navigation error in bar charts.
-
Fixed the display of trailing zeros in normalized column chart tooltips.