powerbi-visuals-api
Advanced tools
Changelog
5.10.0
sourceFieldParameters
: New DataViewMetadataColumn property indicates that the current field is the result of a field parameter.Changelog
5.9.0
AcquireAADTokenResult
: Extended with additional properties.createOpaqueUtils
: Create an encapsulated utility for the visual.areHierarchicallyRelated
: Requires that the items in the role are hierarchically related.CustomVisualHostEnv
: Extended with DashboardHost
type for representing tiles and dashboards in embedded environments.Changelog
5.8.0
storageV2Service
: Enables visuals to use the browser's local storage.subSelectionService
: Enables visuals to send subSelections and outlines to PowerBI.supportsOnObjectFormatting
and enablePointerEventsFormatMode
.subSelections
and formatMode
in VisualUpdateOptions
interface.Changelog
5.7.0
acquireAADTokenService
: Enables visuals to obtain Microsoft Entra ID (formerly known as Azure AD) access tokens for signed-in users.Changelog
5.4.0
isDataFilterApplied
into DataViewMetadata, to provide a boolean value of whether any applied filter affects the visual.Changelog
5.3.0
downloadService
: Adds a new method exportVisualsContentExtended
which returns expanded reuslt information of the download.VisualUpdateType
enum with 3 new types: FormattingSubSelectionChange
, FormatModeChange
and FilterOptionsChange
.