MAIDR JavaScript API
    Preparing search index...

    Module adapters/powerbi

    Power BI adapter for MAIDR.

    Turns the DataView a Power BI custom visual receives into a MAIDR figure, and mounts MAIDR's accessible layer — audio sonification, text descriptions, braille output and keyboard navigation — inside the visual.

    • bindPowerBI is what a custom visual calls: bind once in the constructor, update() with each data view, dispose() on destroy.
    • convertPowerBIDataView is the pure conversion underneath it, for a visual that mounts MAIDR itself.

    The adapter has no dependency on powerbi-visuals-api: the data view is read structurally, so any SDK version's DataView is accepted as it is.

    References

    bindPowerBI → bindPowerBI
    PowerBIBinding → PowerBIBinding
    PowerBIBindOptions → PowerBIBindOptions
    convertPowerBIDataView → convertPowerBIDataView
    resolvePowerBIDataPoints → resolvePowerBIDataPoints
    PowerBIConversion → PowerBIConversion
    PowerBINavigateInfo → PowerBINavigateInfo
    PowerBIAdapterOptions → PowerBIAdapterOptions
    PowerBIBarMode → PowerBIBarMode
    PowerBICategorical → PowerBICategorical
    PowerBICategoryColumn → PowerBICategoryColumn
    PowerBIChartType → PowerBIChartType
    PowerBIDataPointRef → PowerBIDataPointRef
    PowerBIDataView → PowerBIDataView
    PowerBIMetadataColumn → PowerBIMetadataColumn
    PowerBIPrimitiveValue → PowerBIPrimitiveValue
    PowerBIRoleNames → PowerBIRoleNames
    PowerBITable → PowerBITable
    PowerBIValueColumn → PowerBIValueColumn
    PowerBIValueColumns → PowerBIValueColumns
    PowerBIValueTypeDescriptor → PowerBIValueTypeDescriptor