MAIDR JavaScript API
    Preparing search index...
    • Convert a Power BI data view into a MAIDR figure.

      Parameters

      Returns PowerBIConversion | null

      The figure and the data point behind every position, or null when the data view holds nothing MAIDR can navigate — no fields bound yet, no rows, or every reading blank. A visual shows its own empty state then.

      const conversion = convertPowerBIDataView(options.dataViews[0], {
      chartType: 'column',
      title: 'Sales by region',
      });