Appearance
v7.05 Release Notes
About 225 wordsLess than 1 minute
2025-05-25
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.
Modeling now supports creating SQL views.
New data source types added
Azure SQL,Azure Synapse
Supports Italian and Spanish languages.
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.