Changelog

Week of December 7, 2025

December 7, 2025

December 12, 2025 #

Added support for using Bitbucket with the git integration.

December 11, 2025 #

  • Added a new Simple Totals option to configuration option for stacked multi-measure charts. Enabling this setting will display simple totals on all measure series in the chart.

  • Added support for Brazilian Real (R$) currency formatting. To set as the default for a model, use default_numeric_locale: br_BR in a model file.

December 10, 2025 #

December 9, 2025 #

  • Added API endpoints for creating, updating, listing, and deleting document labels.

  • Added a new dimension modeling property (mask_unless_access_grants) that allows you to mask data in a dimension when a user doesn't satisfy the specified access grants. Unlike required_access_grants, this parameter doesn't block data access entirely - it only allows users to see masked values.

  • Added two new buttons to the model IDE, located next to the property documentation button: one toggles inline code search and the other toggles code folding in the current file.

  • Fully released the linked query tabs feature in workbooks! This feature allows you to create multiple visualizations from a single query tab.

December 8, 2025 #

  • Added options to configure border radius for slices and the padding between slices.

  • Added support for creating visualizations to the workbook Query Helper. You can now ask Blobby to make a chart from a query!

  • Added support for using filters with Level of Detail (LoD) and Top N fields. To specify filters in the model IDE, use the filters parameter with level_of_detail and dynamic_top_n.

    Filters are added to filters already on the query. Additionally, LoD filters work with cancel_query_filters, in which case Omni will cancel the query filters and apply the field specific filters when aggregating.

  • Renamed the Size tab to Style for pie/donut charts. This tab now contains radii controls for this visualization type.