One measure column of a categorical data view (powerbi.DataViewValueColumn).
powerbi.DataViewValueColumn
values runs parallel to the category column: values[i] is the reading at categories[0].values[i].
values
values[i]
categories[0].values[i]
Readonly
Optional
The cross-highlighted portion of each value, present only while another visual on the page highlights a subset of this one's data.
One measure column of a categorical data view (
powerbi.DataViewValueColumn).valuesruns parallel to the category column:values[i]is the reading atcategories[0].values[i].