Appearance
v7.05 Release Notes
About 265 wordsLess than 1 minute
2025-05-19
New Features:
All charts now support independent subscription settings.
Lineage tracking is available for reports, models, and data sources.
**Note: **
a) Previously developed reports need to be re-saved before their lineage can be viewed.
b) The Modeler plugin version 4.03 needs to be installed.
Custom GeoJSON maps can be used in both the Filled GeoJSON Map and Marker GeoJSON Map components.
Add the following code to the
ImportHandlerMimeTypeDefinitions
file, then restart PBA to initialize the map:Log auditing capabilities have been added.
The Measure component now includes a configurable “No data” display option.
New data source types added
Azure SQL,Azure Synapse
Supports Italian and Spanish languages.
Bug Fixes:
- vis-28 HIERARCHY FILTER ISSUE
- vis-29 URGENT: Using the Measure Chart object in some cases there are problems in displaying the data
Performance:
- When performing queries and applying an
ORDER BY
clause on any selected dimension column, it is no longer necessary to explicitly specifyNULLS FIRST
orNULLS LAST
. The default sorting behavior for NULL values provided by the database can be used instead.