MAIDR JavaScript API
    Preparing search index...

    Interface PowerBIAdapterOptions

    Options for convertPowerBIDataView and bindPowerBI.

    interface PowerBIAdapterOptions {
        chartType: PowerBIChartType;
        barMode?: PowerBIBarMode;
        title?: string;
        subtitle?: string;
        caption?: string;
        axes?: { x?: string; y?: string };
        roles?: PowerBIRoleNames;
        id?: string;
    }

    Hierarchy (View Summary)

    Index

    Properties

    chartType: PowerBIChartType

    The chart the visual draws. See PowerBIChartType.

    barMode?: PowerBIBarMode

    How a multi-series bar or column chart is drawn. Default grouped.

    title?: string

    Chart title announced on entry.

    subtitle?: string
    caption?: string
    axes?: { x?: string; y?: string }

    Axis labels. Default: the display names of the fields bound to each axis — for a pie, the category and measure names.

    Role names, when the visual's capabilities use other ones.

    id?: string

    The figure id. Must be unique on the page; default maidr-powerbi-<n>.