MAIDR JavaScript API
    Preparing search index...

    Interface PowerBIValueColumn

    One measure column of a categorical data view (powerbi.DataViewValueColumn).

    values runs parallel to the category column: values[i] is the reading at categories[0].values[i].

    interface PowerBIValueColumn {
        source: PowerBIMetadataColumn;
        values: readonly PowerBIPrimitiveValue[];
        highlights?: readonly PowerBIPrimitiveValue[];
    }
    Index

    Properties

    values: readonly PowerBIPrimitiveValue[]
    highlights?: readonly PowerBIPrimitiveValue[]

    The cross-highlighted portion of each value, present only while another visual on the page highlights a subset of this one's data.