MAIDR JavaScript API
    Preparing search index...

    A table data view (powerbi.DataViewTable): one row per result row, one cell per column in columns order.

    interface PowerBITable {
        columns: readonly PowerBIMetadataColumn[];
        rows?: readonly (readonly PowerBIPrimitiveValue[])[];
    }
    Index

    Properties

    Properties

    columns: readonly PowerBIMetadataColumn[]
    rows?: readonly (readonly PowerBIPrimitiveValue[])[]