MAIDR JavaScript API
    Preparing search index...

    Type Alias PowerBIValueColumns

    PowerBIValueColumns: readonly PowerBIValueColumn[] & {
        source?: PowerBIMetadataColumn;
    }

    The measure columns of a categorical data view (powerbi.DataViewValueColumns).

    An array of columns with one extra field: source is the series (legend) field when the values were grouped by one. Each column then carries the series value it belongs to in source.groupName. The SDK also attaches a grouped() method; this adapter groups by groupName itself so that a plain JSON data view — a fixture, a snapshot — converts the same way.