> ## Documentation Index
> Fetch the complete documentation index at: https://docs.activeviam.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Release notes

Please refer to the [changelog](./changelog) to see all the technical changes.

<Update label="5.2.25" description="2026-07-01">
  ### Summary

  **New features**

  * [Database widget](#database-widget)

  **Improvements**

  * [Live status badge](#live-status-badge)

  ### New features

  #### Database widget

  A new **Database** widget lets users browse the tables of an Atoti server's database directly from a dashboard, without leaving Atoti UI.
  Pick a branch and a table in the **Fields** tab, and the widget displays that table's rows.
  The grid supports paging, choosing which columns to show, resizing columns, sorting and filtering, searching tables and columns, and opening the vector viewer on vector cells.

  Access to the widget is granted per role by an administrator through the **widgets** permission.
  For finer-grained control, [database access control](https://docs.activeviam.com/engine/java-sdk/6.1/security/database_access_control#database-access-control) on the server lets administrators configure which database tables each user can access through the widget.

  <Frame>
    <img
      src="https://mintcdn.com/activeviam/9Yi5m8P9pFwOpjJ9/data-visualization/atoti-ui/5.2/static/img/release-notes/5.2.25/database-widget.png?fit=max&auto=format&n=9Yi5m8P9pFwOpjJ9&q=85&s=ae7bc792e7e4bd8db76f0c1eaa0e7d67"
      alt="The Database widget displaying rows from a selected database table. The
Fields panel on the left shows the available branches and tables, and the grid
shows the table data with multiple
columns."
      width="1917"
      height="943"
      data-path="data-visualization/atoti-ui/5.2/static/img/release-notes/5.2.25/database-widget.png"
    />
  </Frame>

  ### Improvements

  #### Live status badge

  The **Live** toggle in the application menu now displays a **LIVE** or **PAUSED** badge instead of a play or pause icon, making the current state easier to read at a glance.
  In a widget's title bar, the play or pause icon represents the action it performs — switching live updates on or off — rather than the current state.
</Update>

<Update label="5.2.24" description="2026-05-27">
  ### Summary

  **New features**

  * [Atoti Intelligence](#atoti-intelligence)
  * [Seasonal pattern filter](#seasonal-pattern-filter)
  * [Share dashboards with URL filters](#share-dashboards-with-url-filters)

  **Improvements**

  * [Focus cell shape](#focus-cell-shape)
  * [Live toggle](#live-toggle)
  * [Waterfall chart delta computation on time axes](#waterfall-chart-delta-computation-on-time-axes)

  ### New features

  #### Atoti Intelligence

  Atoti Intelligence brings AI-assisted analysis directly into Atoti UI.
  It helps users build visualizations and understanding data through natural language, without prior knowledge on the software and the data model.

  [**Visualize this**](https://docs.activeviam.com/atoti-intelligence/6.1/user-guide/chat)

  Describe the data visualization you want in plain English through the new **AI assistant** chat tool, and Atoti Intelligence builds it for you, ready to be used and interacted with within Atoti UI.
  Ask the assistant to help you explore, slice and dice your data.

  <Frame>
    <img src="https://mintcdn.com/activeviam/tMFLaZ2IrT-69JDs/data-visualization/atoti-ui/5.2/static/img/release-notes/5.2.24/aichat.gif?s=ef895995bf4aab45dd917588ffaa7df7" alt="Visualize this" width="3024" height="1588" data-path="data-visualization/atoti-ui/5.2/static/img/release-notes/5.2.24/aichat.gif" />
  </Frame>

  [**Auto-explain**](https://docs.activeviam.com/atoti-intelligence/6.1/user-guide/auto-explain)

  When some values look unusually different, e.g. the sales in 2025 vs 2026, **Auto-explain** can explain the difference automatically for you.
  Select two values in a table, right-click and select the **Auto-explain** menu item: Atoti Intelligence walks the data and identifies the paths which explain this difference.
  The result is presented as an Atoti UI dashboard page, with widgets highlighting these paths, and a plain-English summary.

  <Frame>
    <img src="https://mintcdn.com/activeviam/tMFLaZ2IrT-69JDs/data-visualization/atoti-ui/5.2/static/img/release-notes/5.2.24/auto-explain.gif?s=212c6f44a581e53c52ff38955c350fc7" alt="Auto-Explain" width="1916" height="1029" data-path="data-visualization/atoti-ui/5.2/static/img/release-notes/5.2.24/auto-explain.gif" />
  </Frame>

  **Adding it in your project**

  Atoti Intelligence is shipped as an opt-in extension.
  Ask an admin to [set it up](https://docs.activeviam.com/atoti-intelligence/6.1/developer-guide/ui-chat/setup) in your project.

  #### Seasonal pattern filter

  Date filters gain a **Seasonal pattern** mode, letting users filter on recurring calendar periods instead of explicit dates.
  In the **Calendar** tab of a date filter, switch the period to **Day**, **Month**, or **Quarter**, then pick the periods to keep — for example, every **Mon** and **Wed**, or every **Q1**.
  The calendar highlights all matching dates, and an **Exclude selected periods** option inverts the selection to filter those periods out instead.

  <Frame>
    <img
      src="https://mintcdn.com/activeviam/tMFLaZ2IrT-69JDs/data-visualization/atoti-ui/5.2/static/img/release-notes/5.2.24/seasonal-date-filters.png?fit=max&auto=format&n=tMFLaZ2IrT-69JDs&q=85&s=61bf0b7b900ce353c5ee13965b527a4d"
      alt="Seasonal pattern
filter"
      width="1554"
      height="781"
      data-path="data-visualization/atoti-ui/5.2/static/img/release-notes/5.2.24/seasonal-date-filters.png"
    />
  </Frame>

  #### Share dashboards with URL filters

  A dashboard can be opened with pinned filters supplied through the URL, which are applied at load time.
  This makes it possible to share a single dashboard with specific filter values applied, instead of saving and distributing filtered copies.
  The dashboard opens marked as unsaved, so recipients can keep their own copy from **File** > **Save as**.

  See [Share dashboards with URL filters](../developer-guide/share-dashboards-with-url-filters) for the URL format and an encoding example.

  ### Improvements

  #### Focus cell shape

  The **Focus cell** highlight shape is configurable through the new **Focus cell shape** setting: **Row and column** (default), **Row only**, or **Column only**.
  The shape can also be overridden per widget from the **Behavior** tab.

  #### Live toggle

  The **Real-time** toggle in the application menu and on widget titlebars is renamed to **Live**.
  Its icon shows a play when live updates are on and a pause when off, making the current state easier to identify at a glance.

  #### Waterfall chart delta computation on time axes

  When the X axis of a waterfall chart uses a time level, the chart now computes and displays the change between each consecutive date rather than the raw values.
  The oldest date is shown as the absolute starting value, and each subsequent bar shows the gain or loss since the previous date.
  Date members are automatically sorted from oldest to newest so that the deltas always reflect the correct chronological direction, regardless of the order in which the server returns them.

  <Frame>
    <img
      src="https://mintcdn.com/activeviam/tMFLaZ2IrT-69JDs/data-visualization/atoti-ui/5.2/static/img/release-notes/5.2.24/waterfall-chart-delta-computation.png?fit=max&auto=format&n=tMFLaZ2IrT-69JDs&q=85&s=6d4056f529d32062a9666d80256a6d58"
      alt="Waterfall chart delta
computation"
      width="1912"
      height="943"
      data-path="data-visualization/atoti-ui/5.2/static/img/release-notes/5.2.24/waterfall-chart-delta-computation.png"
    />
  </Frame>
</Update>

<Update label="5.2.23" description="2026-05-11">
  This release only contains maintenance updates.
  Refer to the [changelog](./changelog#5223) for the list of bug fixes.
</Update>

<Update label="5.2.22" description="2026-05-06">
  ### Summary

  **New features**

  * [Shared with me](#shared-with-me)
  * [Format header cells by value](#format-header-cells-by-value)

  ### New features

  #### Shared with me

  A new **Shared with me** section is available on the home page, where users can browse the folders and dashboards that other users have shared with them.

  <Frame>
    <img
      src="https://mintcdn.com/activeviam/1Sz3KiheQCm-CMaz/data-visualization/atoti-ui/5.2/static/img/user-guide/navigate-atoti-ui/home-page/shared.png?fit=max&auto=format&n=1Sz3KiheQCm-CMaz&q=85&s=51c9a301ebb053c2ed62c03180937783"
      alt="Shared with
me"
      width="1905"
      height="945"
      data-path="data-visualization/atoti-ui/5.2/static/img/user-guide/navigate-atoti-ui/home-page/shared.png"
    />
  </Frame>

  #### Format header cells by value

  Formatting applied to a header cell follows the underlying member, instead of staying at a fixed position.
  For example, color the **CM\_OILGAS** cell, then apply a filter that hides the book above.
  **CM\_OILGAS** shifts up by one row, and its formatting follows.

  <Frame>
    <img
      src="https://mintcdn.com/activeviam/tMFLaZ2IrT-69JDs/data-visualization/atoti-ui/5.2/static/img/release-notes/5.2.22/format-header-cells-by-value.png?fit=max&auto=format&n=tMFLaZ2IrT-69JDs&q=85&s=ba5f76afa8ef8fa8cfa86558a58bfb92"
      alt="Format header cells by
value"
      width="1916"
      height="941"
      data-path="data-visualization/atoti-ui/5.2/static/img/release-notes/5.2.22/format-header-cells-by-value.png"
    />
  </Frame>
</Update>

<Update label="5.2.21" description="2026-04-01">
  ### Summary

  **New features**

  * [Focus cell in tables](#focus-cell-in-tables)

  **Improvements**

  * [Formatted CSV exports](#formatted-csv-exports)
  * [Improved dark mode contrast](#improved-dark-mode-contrast)
  * [Navigate to folder from dashboards](#navigate-to-folder-from-dashboards)

  ### New features

  #### Focus cell in tables

  A new **Focus cell** toggle is available in the **Behavior** tab of **Pivot Table**, **Tree Table** and **Table** widgets.
  When enabled, hovering a cell highlights its full row and column, making it easier to read which row and column a cell belongs to.
  Clicking a cell pins the highlight on it, making comparing two cells simpler.

  <Frame>
    <img src="https://mintcdn.com/activeviam/6mkB_0OOZ4thIY0X/data-visualization/atoti-ui/5.2/static/img/release-notes/5.2.21/focus-cell.png?fit=max&auto=format&n=6mkB_0OOZ4thIY0X&q=85&s=23ba052bdb0e61c8463e41ee26310297" alt="Focus cell" width="1917" height="942" data-path="data-visualization/atoti-ui/5.2/static/img/release-notes/5.2.21/focus-cell.png" />
  </Frame>

  ### Improvements

  #### Formatted CSV exports

  CSV exports now reflect the number and date formatting configured in the **Style** tab.

  #### Improved dark mode contrast

  Dark mode has been updated with a darker background color, better text readability, and a theme-specific color palette with improved contrast for table cell backgrounds.

  <Frame>
    <img src="https://mintcdn.com/activeviam/6mkB_0OOZ4thIY0X/data-visualization/atoti-ui/5.2/static/img/release-notes/5.2.21/dark-theme.png?fit=max&auto=format&n=6mkB_0OOZ4thIY0X&q=85&s=fae3cfc64636f562a7043b35b56bb833" alt="Dark theme" width="1915" height="941" data-path="data-visualization/atoti-ui/5.2/static/img/release-notes/5.2.21/dark-theme.png" />
  </Frame>

  #### Navigate to folder from dashboards

  When browsing inside a folder in the **Open** or **Save as** modals, a link next to the folder name lets you navigate directly to that folder.
</Update>

<Update label="5.2.20" description="2026-02-27">
  ### Summary

  **New features**

  * [Format rows and columns in tables](#format-rows-and-columns-in-tables)
  * [Reorder members of a level on columns in table widgets](#reorder-members-of-a-level-on-columns-in-table-widgets)

  ### New features

  #### Format rows and columns in tables

  Users can format rows and columns in table widgets.
  The formatting controls are found in the **Style** tab and allow to format the selected cells.
  To format a row or a column, the user should select it by clicking its corresponding row or column number.
  Row and column numbers can be shown or hidden via a toggle, also in the **Style** tab.

  <Frame>
    <img
      src="https://mintcdn.com/activeviam/6mkB_0OOZ4thIY0X/data-visualization/atoti-ui/5.2/static/img/release-notes/5.2.20/format-rows-and-columns.gif?s=164761ad2ba454bfc087bd0dca2df8aa"
      alt="Format rows and
columns"
      width="1907"
      height="941"
      data-path="data-visualization/atoti-ui/5.2/static/img/release-notes/5.2.20/format-rows-and-columns.gif"
    />
  </Frame>

  #### Reorder members of a level on columns in table widgets

  Users can reorder the members displayed on columns in table widgets, by drag and dropping them.

  <Frame>
    <img src="https://mintcdn.com/activeviam/6mkB_0OOZ4thIY0X/data-visualization/atoti-ui/5.2/static/img/release-notes/5.2.20/reorder-columns.gif?s=a334c102949ad037b4c0e2d218dc7445" alt="Reorder columns" width="1905" height="938" data-path="data-visualization/atoti-ui/5.2/static/img/release-notes/5.2.20/reorder-columns.gif" />
  </Frame>
</Update>

<Update label="5.2.19" description="2026-01-30">
  ### Summary

  **Improvements**

  * [Navigate between dashboard pages with keyboard shortcuts](#navigate-between-dashboard-pages-with-keyboard-shortcuts)
  * [Search in measure group selector](#search-in-measure-group-selector)
  * [Saved widget information](#saved-widget-information)
  * [Save as shortcut on read-only dashboards](#save-as-shortcut-on-read-only-dashboards)
  * [Edit query-scoped calculated measures](#edit-query-scoped-calculated-measures)

  ### Improvements

  #### Navigate between dashboard pages with keyboard shortcuts

  Navigate between dashboard pages using the <kbd>Ctrl</kbd>/<kbd>Cmd</kbd> + <kbd>Alt</kbd> + <kbd>Page Up</kbd>/<kbd>Page Down</kbd> keyboard shortcuts.

  #### Search in measure group selector

  Search for measure groups by typing their names in the **Measure group** selector.

  <Frame>
    <img
      src="https://mintcdn.com/activeviam/6mkB_0OOZ4thIY0X/data-visualization/atoti-ui/5.2/static/img/release-notes/5.2.19/search-measure-groups.gif?s=ed313afe19d98e6b1459d2b36c6d7540"
      alt="Search measure
groups"
      width="1910"
      height="944"
      data-path="data-visualization/atoti-ui/5.2/static/img/release-notes/5.2.19/search-measure-groups.gif"
    />
  </Frame>

  #### Saved widget information

  A new **Saved Widget Information** button is available in the titlebar of saved widgets. It displays the owners, last editor, last update time, and folder location of the saved widget.

  <Frame>
    <img
      src="https://mintcdn.com/activeviam/xdqxmncf8zYRCehD/data-visualization/atoti-ui/5.2/static/img/release-notes/5.2.19/saved-widget-info.png?fit=max&auto=format&n=xdqxmncf8zYRCehD&q=85&s=31aed22f6883a75976d8c0b34cd00165"
      alt="Saved widget
information"
      width="1088"
      height="714"
      data-path="data-visualization/atoti-ui/5.2/static/img/release-notes/5.2.19/saved-widget-info.png"
    />
  </Frame>

  #### Save as shortcut on read-only dashboards

  Pressing <kbd>Ctrl</kbd>+<kbd>S</kbd> (or <kbd>Cmd</kbd>+<kbd>S</kbd> on Mac) on a read-only dashboard opens the **Save As** modal, allowing users to save their changes to a new dashboard.

  #### Edit query-scoped calculated measures

  Edit query-scoped calculated measures directly from the **Fields** tab using the **Edit calculated measure** popover. This provides an easier way to modify such measures than the **Query** tab.

  <Frame>
    <img src="https://mintcdn.com/activeviam/xdqxmncf8zYRCehD/data-visualization/atoti-ui/5.2/static/img/release-notes/5.2.19/query-scoped-calculated-measure.png?fit=max&auto=format&n=xdqxmncf8zYRCehD&q=85&s=bd224802a75b6c5e6e1d07cc67ff03af" alt="Query-scoped calculated measure" width="1914" height="943" data-path="data-visualization/atoti-ui/5.2/static/img/release-notes/5.2.19/query-scoped-calculated-measure.png" />
  </Frame>
</Update>

<Update label="5.2.18" description="2025-12-31">
  ### Summary

  **Improvements**

  * [Default selection mode for hierarchies](#default-selection-mode-for-hierarchies)
  * [Search in open folder popup](#search-in-open-folder-popup)

  ### Improvements

  #### Default selection mode for hierarchies

  Users have a new setting where they can decide the default behavior for selecting members from slicing hierarchies when filtering. It can be set to be **Single** mode, where one can only have one member selected at a time, or **Multiple** where one can select multiple members by default. No matter which is selected, users can still change the mode in the popup.

  <Frame>
    <img
      src="https://mintcdn.com/activeviam/xdqxmncf8zYRCehD/data-visualization/atoti-ui/5.2/static/img/release-notes/5.2.18/default-hierarchy-mode.gif?s=74fa167409d51617301efcb5e2336930"
      alt="Default hierarchy
mode"
      width="569"
      height="684"
      data-path="data-visualization/atoti-ui/5.2/static/img/release-notes/5.2.18/default-hierarchy-mode.gif"
    />
  </Frame>

  #### Search in open folder popup

  Users can now search for folders in the **Move** and **Save as** popups for dashboards.

  <Frame>
    <img src="https://mintcdn.com/activeviam/xdqxmncf8zYRCehD/data-visualization/atoti-ui/5.2/static/img/release-notes/5.2.18/search-in-popup.gif?s=9fb62e6ec0c92ae59f2970e03979b4d0" alt="Search in move popup" width="1426" height="906" data-path="data-visualization/atoti-ui/5.2/static/img/release-notes/5.2.18/search-in-popup.gif" />
  </Frame>
</Update>

<Update label="5.2.17" description="2025-12-09">
  ### Summary

  **Improvements**

  * [Share contents of folder](#share-contents-of-folder)

  ### Improvements

  #### Share contents of folder

  Users can decide to share all the folders and dashboards contained within a folder. They can achieve this by checking the checkbox in the **Share** popup. This feature is only available with Atoti Server 6.1.15 or higher.

  <Frame>
    <img src="https://mintcdn.com/activeviam/xdqxmncf8zYRCehD/data-visualization/atoti-ui/5.2/static/img/release-notes/5.2.17/share-all-contents.png?fit=max&auto=format&n=xdqxmncf8zYRCehD&q=85&s=c91f8ac7efbaccf71b724fd2c24e52d7" alt="Share all contents" width="528" height="207" data-path="data-visualization/atoti-ui/5.2/static/img/release-notes/5.2.17/share-all-contents.png" />
  </Frame>
</Update>

<Update label="5.2.16" description="2025-12-01">
  ### Summary

  **New features**

  * [Move dashboard menu item](#move-dashboard-menu-item)

  **Improvements**

  * [Change axis ticks on charts](#change-axis-ticks-on-charts)

  ### New features

  #### Move dashboard menu item

  Users can move dashboards directly from the **File** menu. This way they do not have to return to the home page to reorganize their folders.

  <Frame>
    <img
      src="https://mintcdn.com/activeviam/xdqxmncf8zYRCehD/data-visualization/atoti-ui/5.2/static/img/release-notes/5.2.16/move-dashboard-menu-item.gif?s=9b91a048877a15658e1035e36dc23760"
      alt="Move dashboard menu
item"
      width="1563"
      height="908"
      data-path="data-visualization/atoti-ui/5.2/static/img/release-notes/5.2.16/move-dashboard-menu-item.gif"
    />
  </Frame>

  ### Improvements

  #### Change axis ticks on charts

  Users can format their axis ticks on charts.

  <Frame>
    <img src="https://mintcdn.com/activeviam/xdqxmncf8zYRCehD/data-visualization/atoti-ui/5.2/static/img/release-notes/5.2.16/change-axis-ticks.gif?s=9b3fd3203e8cabc88608e636a26fbb33" alt="Change axis ticks" width="1563" height="908" data-path="data-visualization/atoti-ui/5.2/static/img/release-notes/5.2.16/change-axis-ticks.gif" />
  </Frame>
</Update>

<Update label="5.2.15" description="2025-10-31">
  ### Summary

  **New features**

  * [Hide header rows](#hide-header-rows)

  ### New features

  #### Hide header rows

  Users can hide row headers. This can help save space if there is redundant information.

  <Frame>
    <img src="https://mintcdn.com/activeviam/xdqxmncf8zYRCehD/data-visualization/atoti-ui/5.2/static/img/release-notes/5.2.15/hide-row.gif?s=827bcbbf62716dac6ec843a92f36973b" alt="Hide header rows" width="869" height="820" data-path="data-visualization/atoti-ui/5.2/static/img/release-notes/5.2.15/hide-row.gif" />
  </Frame>
</Update>

<Update label="5.2.14" description="2025-09-30">
  ### Summary

  **New features**

  * [Add filter folders](./release-notes#add-filter-folders)

  **Improvements**

  * [Improved conditional styles for tables](./release-notes#improved-conditional-styles-for-tables)

  ### New features

  #### Add filter folders

  Users can group relevant filters in folders and then quickly switch from one group to another using folders in Saved filters.

  <Frame>
    <img
      src="https://mintcdn.com/activeviam/xdqxmncf8zYRCehD/data-visualization/atoti-ui/5.2/static/img/release-notes/5.2.14/apply-filter-folders.gif?s=b8f8ee8222dcdb456bf27ab93722ef19"
      alt="Apply filter
folders"
      width="1460"
      height="908"
      data-path="data-visualization/atoti-ui/5.2/static/img/release-notes/5.2.14/apply-filter-folders.gif"
    />
  </Frame>

  ### Improvements

  #### Improved conditional styles for tables

  Users have more comprehensive options for styling tables. They can now change the text and background color, and bold, italic, underline, and strikethrough the text.

  <Frame>
    <img src="https://mintcdn.com/activeviam/xdqxmncf8zYRCehD/data-visualization/atoti-ui/5.2/static/img/release-notes/5.2.14/table-conditional-styles.gif?s=676d356e34c90c4c3bb69ceebe201d35" alt="Table conditional styles" width="1460" height="908" data-path="data-visualization/atoti-ui/5.2/static/img/release-notes/5.2.14/table-conditional-styles.gif" />
  </Frame>
</Update>

<Update label="5.2.13" description="2025-08-30">
  ### Summary

  **New features**

  * [Create named sets](./release-notes#create-named-sets)

  ### New features

  #### Create named sets

  It is now possible to create named sets which include members from several levels within a dimension. These can be reordered to have custom orders when adding them to tables or other widgets.

  <Frame>
    <img src="https://mintcdn.com/activeviam/xdqxmncf8zYRCehD/data-visualization/atoti-ui/5.2/static/img/release-notes/5.2.13/create-named-set.gif?s=484bb53c00c7f2b01362822f35c24339" alt="Named set" width="1756" height="906" data-path="data-visualization/atoti-ui/5.2/static/img/release-notes/5.2.13/create-named-set.gif" />
  </Frame>
</Update>

<Update label="5.2.12" description="2025-07-31">
  ### Summary

  **New features**

  * [Sunburst chart](./release-notes#sunburst-chart)
  * [Measure groups](./release-notes#measure-groups)
  * [Connect gaps in line charts](./release-notes#connect-gaps-in-line-charts)

  **Improvements**

  * [Shortcut to toggle **Present** mode](./release-notes#shortcut-to-toggle-present-mode)
  * [Description tooltips for dimensions](./release-notes#description-tooltips-for-dimensions)

  ### New features

  #### Sunburst chart

  The sunburst chart was added as a new [widget](../user-guide/create-a-dashboard/widgets/about-widgets#charts). This widget will be especially useful for visualizing hierarchical data.

  <Frame>
    <img src="https://mintcdn.com/activeviam/xdqxmncf8zYRCehD/data-visualization/atoti-ui/5.2/static/img/release-notes/5.2.12/sunburst-chart.png?fit=max&auto=format&n=xdqxmncf8zYRCehD&q=85&s=5ded1801bc34b03cc483f41b74264177" alt="Sunburst chart" width="684" height="537" data-path="data-visualization/atoti-ui/5.2/static/img/release-notes/5.2.12/sunburst-chart.png" />
  </Frame>

  #### Measure groups

  Users can now display [measure groups](https://learn.microsoft.com/en-us/analysis-services/multidimensional-models/measures-and-measure-groups?view=sql-analysis-services-2025#bkmk_mg) in the UI. This allows you to group measures and hierarchies together, to make sure that all the relevant data is easily found.

  <Frame>
    <img src="https://mintcdn.com/activeviam/xdqxmncf8zYRCehD/data-visualization/atoti-ui/5.2/static/img/release-notes/5.2.12/measure-groups.gif?s=ff75a85f2d8b56df78fcdcbd8cf10da2" alt="Measure groups" width="595" height="901" data-path="data-visualization/atoti-ui/5.2/static/img/release-notes/5.2.12/measure-groups.gif" />
  </Frame>

  #### Connect gaps in line charts

  Line charts with gaps in the data can be connected in the **Style** tab.

  <Frame>
    <img src="https://mintcdn.com/activeviam/xdqxmncf8zYRCehD/data-visualization/atoti-ui/5.2/static/img/release-notes/5.2.12/connect-gaps.gif?s=9fca422e84bf8a860e48cdf56e3cf885" alt="connect-gaps" width="1302" height="901" data-path="data-visualization/atoti-ui/5.2/static/img/release-notes/5.2.12/connect-gaps.gif" />
  </Frame>

  ### Improvements

  #### Shortcut to toggle **Present** mode

  `Alt` + `p` toggles Present mode.

  #### Description tooltips for dimensions

  One can now show the description of a dimension, hierarchy or level by hovering over it. It is displayed in a tooltip.

  <Frame>
    <img src="https://mintcdn.com/activeviam/xdqxmncf8zYRCehD/data-visualization/atoti-ui/5.2/static/img/release-notes/5.2.12/dimension-tooltip.png?fit=max&auto=format&n=xdqxmncf8zYRCehD&q=85&s=089b2449f0da542fe483e06d751310bf" alt="connect-gaps" width="346" height="479" data-path="data-visualization/atoti-ui/5.2/static/img/release-notes/5.2.12/dimension-tooltip.png" />
  </Frame>
</Update>

<Update label="5.2.10" description="2025-06-30">
  `2025-06-30`

  **Improvements**

  * [Dashboard layout when dropping widgets](./release-notes#dashboard-layout-when-dropping-widgets)

  ### Improvements

  #### Dashboard layout when dropping widgets

  When moving a widget, the dashboard layout does not change until the widget is dropped. You can cancel the move by dragging the widget back to its original place or off screen.

  <Frame>
    <img src="https://mintcdn.com/activeviam/xdqxmncf8zYRCehD/data-visualization/atoti-ui/5.2/static/img/release-notes/5.2.10/move-widgets-dashboard-layout.gif?s=5d5975477dc15753d41dbacbd75ff770" alt="New dashboard layout" width="1756" height="906" data-path="data-visualization/atoti-ui/5.2/static/img/release-notes/5.2.10/move-widgets-dashboard-layout.gif" />
  </Frame>
</Update>

<Update label="5.2.9" description="2025-05-28">
  `2025-05-28`

  **Improvements**

  * [Move calculated measures](./release-notes#move-calculated-measures)

  ### Improvements

  #### Move calculated measures

  You can now quickly move calculated measures into folders by using their context menu and choosing the **Move** option.

  <Frame>
    <img src="https://mintcdn.com/activeviam/6mkB_0OOZ4thIY0X/data-visualization/atoti-ui/5.2/static/img/release-notes/5.2.9/move-calculated-measure.gif?s=ea3028923022a22e73d872ca41eb8e36" alt="Move calculated measure" width="520" height="466" data-path="data-visualization/atoti-ui/5.2/static/img/release-notes/5.2.9/move-calculated-measure.gif" />
  </Frame>
</Update>

<Update label="5.2.8" description="2025-05-01">
  ### Summary

  **New features**

  * [Previous date filters](./release-notes#previous-date-filters)

  **Improvements**

  * [Save calculated measures in folders](./release-notes#save-calculated-measures-in-folders)
  * [Context menus for tree maps](./release-notes#context-menus-for-tree-maps)
  * [Style KPI widgets with MDX](./release-notes#style-kpi-widgets-with-mdx)

  ### New features

  #### Previous date filters

  You can now add filters on the next or previous day, week, month, quarter or year. This is accessible in the calendar view on the filter popover for date hierarchies.

  <Frame>
    <img
      src="https://mintcdn.com/activeviam/6mkB_0OOZ4thIY0X/data-visualization/atoti-ui/5.2/static/img/release-notes/5.2.8/previous-month-filter.png?fit=max&auto=format&n=6mkB_0OOZ4thIY0X&q=85&s=396afb89af81e83f06f479c29615efcd"
      alt="Previous date
filters"
      width="976"
      height="505"
      data-path="data-visualization/atoti-ui/5.2/static/img/release-notes/5.2.8/previous-month-filter.png"
    />
  </Frame>

  ### Improvements

  #### Save calculated measures in folders

  Calculated measures can now be saved in folders as you create them. You can also move a measure after creation by right-clicking to edit it, then specifying the folder.

  <Frame>
    <img
      src="https://mintcdn.com/activeviam/6mkB_0OOZ4thIY0X/data-visualization/atoti-ui/5.2/static/img/release-notes/5.2.8/save-calculated-measure-in-folder.png?fit=max&auto=format&n=6mkB_0OOZ4thIY0X&q=85&s=cc0e8c84b28a2048380c7c45cf900529"
      alt="Calculated measures
folders"
      width="512"
      height="694"
      data-path="data-visualization/atoti-ui/5.2/static/img/release-notes/5.2.8/save-calculated-measure-in-folder.png"
    />
  </Frame>

  #### Context menus for tree maps

  Improved support for tree maps by adding a context menu. Now you can right-click a section of a tree map and create a drillthrough table, or filter on it or other widgets.

  <Frame>
    <img
      src="https://mintcdn.com/activeviam/6mkB_0OOZ4thIY0X/data-visualization/atoti-ui/5.2/static/img/release-notes/5.2.8/tree-map-context-menu.png?fit=max&auto=format&n=6mkB_0OOZ4thIY0X&q=85&s=72db26abca0de3638e93da216e12f7a0"
      alt="Tree map context
menu"
      width="988"
      height="831"
      data-path="data-visualization/atoti-ui/5.2/static/img/release-notes/5.2.8/tree-map-context-menu.png"
    />
  </Frame>

  #### Style KPI widgets with MDX

  KPI widgets respect font flags that you create in MDX by using the [Query tab](../user-guide/create-a-dashboard/widgets/edit-an-mdx-query). With these font flags, you can format the text in the KPI, e.g. making it bold or underlining it.

  <Frame>
    <img src="https://mintcdn.com/activeviam/6mkB_0OOZ4thIY0X/data-visualization/atoti-ui/5.2/static/img/release-notes/5.2.8/kpi-font-flags.gif?s=85824143bf474cd1a0ba7d95607d8a2b" alt="KPI font flags" width="1274" height="870" data-path="data-visualization/atoti-ui/5.2/static/img/release-notes/5.2.8/kpi-font-flags.gif" />
  </Frame>
</Update>

<Update label="5.2.7" description="2025-04-01">
  ### Summary

  **New features**

  * [Apply filters to other widgets on double click](./release-notes#apply-filters-to-other-widgets-on-double-click)
  * [Tree table level names](./release-notes#tree-table-level-names)
  * [Open dashboards in a separate tab](./release-notes#open-dashboards-in-new-tab)

  **Improvements**

  * [More visible measure descriptions](./release-notes#more-visible-measure-descriptions)

  ### New features

  #### Apply filters to other widgets on double click

  You can set up a double click action on a table widget in the **Behavior** tab, which can then be used to apply any filters from the widget to one or more other widgets on the same page by double clicking on a row.

  <Frame>
    <img
      src="https://mintcdn.com/activeviam/6mkB_0OOZ4thIY0X/data-visualization/atoti-ui/5.2/static/img/release-notes/5.2.7/filter-other-widgets-behavior.gif?s=25a851fa98eefa66121dea676c82ec44"
      alt="Filter on double
click"
      width="1905"
      height="972"
      data-path="data-visualization/atoti-ui/5.2/static/img/release-notes/5.2.7/filter-other-widgets-behavior.gif"
    />
  </Frame>

  #### Tree table level names

  You can display all level names or just the deepest level name in the header of tree tables via the **Show names of all levels on rows** toggle in the **Style editor** of the **Tree table**.

  <Frame>
    <img src="https://mintcdn.com/activeviam/6mkB_0OOZ4thIY0X/data-visualization/atoti-ui/5.2/static/img/release-notes/5.2.7/toggle-level-names.gif?s=5346274822d9a1e05562748efc196d00" alt="Level name toggle" width="1905" height="972" data-path="data-visualization/atoti-ui/5.2/static/img/release-notes/5.2.7/toggle-level-names.gif" />
  </Frame>

  #### Open dashboards in new tab

  Dashboards can now be opened in new tabs. You can either open a dashboard by mouse-wheel-clicking on it, or by right-clicking and selecting the **Open "dashboard name" in a new tab** context menu item.

  ### Improvements

  #### More visible measure descriptions

  **Measures descriptions** written by the development team in [`Katex`](https://katex.org/) are displayed on the measure's tooltip when you hover on the list of measures.

  <Frame>
    <img src="https://mintcdn.com/activeviam/6mkB_0OOZ4thIY0X/data-visualization/atoti-ui/5.2/static/img/release-notes/5.2.7/katex-measure-popup.png?fit=max&auto=format&n=6mkB_0OOZ4thIY0X&q=85&s=f7b4a26f423f730437c1164f27ac3fb5" alt="Katex description" width="388" height="332" data-path="data-visualization/atoti-ui/5.2/static/img/release-notes/5.2.7/katex-measure-popup.png" />
  </Frame>
</Update>

<Update label="5.2.6" description="2025-02-28">
  ### Summary

  **New features**

  * [**3D surface chart**](./release-notes#3d-surface-chart)

  * [Data labels on **Pie charts** and **Donut charts**](./release-notes#data-labels-on-pie-charts-and-donut-charts)

  * [Single select **filters**](./release-notes#single-select-filters)

  **Improvements**

  * [**Investigations** on grand total cells](./release-notes#investigations-on-grand-totals)

  * [Ampersands in **MDX**](./release-notes#ampersands-in-mdx)

  ### New features

  #### 3D surface chart

  The 3D surface chart was added as a new [widget](../user-guide/create-a-dashboard/widgets/about-widgets#charts). This widget will be especially useful for front office traders who would like to better visualize volatility surfaces.

  <Frame>
    <img src="https://mintcdn.com/activeviam/6mkB_0OOZ4thIY0X/data-visualization/atoti-ui/5.2/static/img/release-notes/5.2.6/3D-surface-chart.gif?s=89abde726d5208022a2ea76e052b58df" alt="3D surface chart" width="945" height="822" data-path="data-visualization/atoti-ui/5.2/static/img/release-notes/5.2.6/3D-surface-chart.gif" />
  </Frame>

  #### Data labels on Pie charts and Donut charts

  [**Pie chart** and **Donut chart**](../user-guide/create-a-dashboard/widgets/about-widgets#charts) data labels can be configured in the **Style editor** to show the member names directly on the slice. Combined with toggling the legend off, this can save space in your dashboard.

  <Frame>
    <img
      src="https://mintcdn.com/activeviam/6mkB_0OOZ4thIY0X/data-visualization/atoti-ui/5.2/static/img/release-notes/5.2.6/pie-chart-data-labels.gif?s=79c148434eff5f0f6c8760e67b74cf4f"
      alt="Pie chart data
labels"
      width="1466"
      height="932"
      data-path="data-visualization/atoti-ui/5.2/static/img/release-notes/5.2.6/pie-chart-data-labels.gif"
    />
  </Frame>

  #### Single select filters

  You can now choose to have your [filters](../user-guide/create-a-dashboard/filters/about-filters) be either single or multi select. This feature is especially helpful when filtering on a hierarchy where it would not make sense to have multiple members selected.

  ### Improvements

  #### Investigations on grand totals

  [Investigations](../user-guide/analyze-data/investigations) are added to grand total cells. This allows you to dig deeper into underlying data points of all cells, not just child members to have a greater overview of how certain data points are broken down.

  #### Ampersands in **MDX**

  Support for ampersand-quoted identifiers in MDX, e.g. `[Geography].[City].&[Berlin]`. This syntax is often used in Microsoft Excel when generating MDX.
</Update>

<Update label="5.2.5" description="2025-01-31">
  * Ability to navigate the home page with the keyboard.

  * Buttons to open the context menu on dashboards and folders in the home page.

  * Ability to add KPIs to a calculated measure definition.

  * Ability to select search results using the <kbd>↑</kbd>, <kbd>↓</kbd> and <kbd>Enter</kbd> keyboard keys, in the **Filter on** popup.

  * Improved sticky headers in tables

  <Frame>
    <img src="https://mintcdn.com/activeviam/6mkB_0OOZ4thIY0X/data-visualization/atoti-ui/5.2/static/img/release-notes/5.2.5/sticky-headers.gif?s=a509f4ac8e38ce486cce12fe3de64c06" alt="Sticky headers" width="981" height="486" data-path="data-visualization/atoti-ui/5.2/static/img/release-notes/5.2.5/sticky-headers.gif" />
  </Frame>
</Update>

<Update label="5.2.4" description="2025-01-03">
  * Ability to set colors on tree maps

      <Frame>
        <img src="https://mintcdn.com/activeviam/6mkB_0OOZ4thIY0X/data-visualization/atoti-ui/5.2/static/img/release-notes/5.2.4/tree-map-colors.gif?s=5b24d4ac367cf24bee3f2f3717fd60c6" alt="Tree map " width="1388" height="832" data-path="data-visualization/atoti-ui/5.2/static/img/release-notes/5.2.4/tree-map-colors.gif" />
      </Frame>
</Update>

<Update label="5.2.3" description="2024-12-02">
  * Setting to add totals by default

      <Frame>
        <img src="https://mintcdn.com/activeviam/6mkB_0OOZ4thIY0X/data-visualization/atoti-ui/5.2/static/img/release-notes/5.2.3/totals-setting.gif?s=dd20f360aacd9eee76a406346dc32e17" alt="Totals setting" width="1399" height="700" data-path="data-visualization/atoti-ui/5.2/static/img/release-notes/5.2.3/totals-setting.gif" />
      </Frame>
</Update>

<Update label="5.2.2" description="2024-10-31">
  * Dates in calendars are highlighted when the cube contains data for that date.

      <Frame>
        <img src="https://mintcdn.com/activeviam/6mkB_0OOZ4thIY0X/data-visualization/atoti-ui/5.2/static/img/release-notes/5.2.2/available-dates.png?fit=max&auto=format&n=6mkB_0OOZ4thIY0X&q=85&s=57dafed28b301f5c723060db63a2b9da" alt="Available dates" width="662" height="488" data-path="data-visualization/atoti-ui/5.2/static/img/release-notes/5.2.2/available-dates.png" />
      </Frame>

  * Save conditional style in a calculated measure

      <Frame>
        <img
          src="https://mintcdn.com/activeviam/6mkB_0OOZ4thIY0X/data-visualization/atoti-ui/5.2/static/img/release-notes/5.2.2/calculated-measure-with-style.png?fit=max&auto=format&n=6mkB_0OOZ4thIY0X&q=85&s=d3f1a8fbf9f236453cefa25c2fd134a6"
          alt="Calculated measure with
    style"
          width="849"
          height="787"
          data-path="data-visualization/atoti-ui/5.2/static/img/release-notes/5.2.2/calculated-measure-with-style.png"
        />
      </Frame>

  * Hide default filters

      <Frame>
        <img
          src="https://mintcdn.com/activeviam/6mkB_0OOZ4thIY0X/data-visualization/atoti-ui/5.2/static/img/release-notes/5.2.2/hide-default-filters.gif?s=1cfae13ebdd18e3d5d7be4a514a2f185"
          alt="Hide default
    filters"
          width="1153"
          height="664"
          data-path="data-visualization/atoti-ui/5.2/static/img/release-notes/5.2.2/hide-default-filters.gif"
        />
      </Frame>

  * Navigate through dashboard pages using the keyboard

      <Frame>
        <img
          src="https://mintcdn.com/activeviam/6mkB_0OOZ4thIY0X/data-visualization/atoti-ui/5.2/static/img/release-notes/5.2.2/tab-dashboard-pages.gif?s=b8f91c933cda13bd8cba22579c999387"
          alt="Tab dashboard
    pages"
          width="1307"
          height="839"
          data-path="data-visualization/atoti-ui/5.2/static/img/release-notes/5.2.2/tab-dashboard-pages.gif"
        />
      </Frame>

  * Real-time for entire dashboard

      <Frame>
        <img src="https://mintcdn.com/activeviam/6mkB_0OOZ4thIY0X/data-visualization/atoti-ui/5.2/static/img/release-notes/5.2.2/toggle-real-time.gif?s=569364bf41809d9b6ed5a4d077d29483" alt="Toggle real time" width="1582" height="832" data-path="data-visualization/atoti-ui/5.2/static/img/release-notes/5.2.2/toggle-real-time.gif" />
      </Frame>
</Update>

<Update label="5.2.1" description="2024-09-30">
  * Toggle between single and double scales on charts

      <Frame>
        <img
          src="https://mintcdn.com/activeviam/xdqxmncf8zYRCehD/data-visualization/atoti-ui/5.2/static/img/release-notes/5.2.1/toggle-single-scale.gif?s=46954f373f7e7686c5674a29281cc2cd"
          alt="Toggle single
    scale"
          width="1911"
          height="909"
          data-path="data-visualization/atoti-ui/5.2/static/img/release-notes/5.2.1/toggle-single-scale.gif"
        />
      </Frame>

  * Hovering over a measure displays description

      <Frame>
        <img src="https://mintcdn.com/activeviam/xdqxmncf8zYRCehD/data-visualization/atoti-ui/5.2/static/img/release-notes/5.2.1/measure-description.png?fit=max&auto=format&n=xdqxmncf8zYRCehD&q=85&s=0560076edf132e12592635fa71e6f843" alt="Measure description" width="640" height="421" data-path="data-visualization/atoti-ui/5.2/static/img/release-notes/5.2.1/measure-description.png" />
      </Frame>
</Update>

<Update label="5.2.0" description="2024-08-30">
  * Drill down on charts

      <Frame>
        <img
          src="https://mintcdn.com/activeviam/xdqxmncf8zYRCehD/data-visualization/atoti-ui/5.2/static/img/release-notes/5.2.0/drill-down-on-charts.gif?s=e1a9d2e5b4e09690ffdcd7eea95b704f"
          alt="Drill down on
    charts"
          width="707"
          height="837"
          data-path="data-visualization/atoti-ui/5.2/static/img/release-notes/5.2.0/drill-down-on-charts.gif"
        />
      </Frame>

  * Command palette to quickly find actions

      <Frame>
        <img src="https://mintcdn.com/activeviam/xdqxmncf8zYRCehD/data-visualization/atoti-ui/5.2/static/img/release-notes/5.2.0/command-palette.png?fit=max&auto=format&n=xdqxmncf8zYRCehD&q=85&s=74516754905b63349d386b56806c3656" alt="Command palette" width="741" height="434" data-path="data-visualization/atoti-ui/5.2/static/img/release-notes/5.2.0/command-palette.png" />
      </Frame>

  * Save members colors

      <Frame>
        <img src="https://mintcdn.com/activeviam/xdqxmncf8zYRCehD/data-visualization/atoti-ui/5.2/static/img/release-notes/5.2.0/save-chart-colors.gif?s=3994316b0aa5705bca5956eeb563e2f0" alt="Save chart colors" width="1771" height="865" data-path="data-visualization/atoti-ui/5.2/static/img/release-notes/5.2.0/save-chart-colors.gif" />
      </Frame>
</Update>
