Measures
configurationThe configuration of measures. A string array whose values are interpreted as the name of the measures that will be loaded. Measures can be defined as a list of objects with the name and type fields.
js
[{
name: "[Measures].[_Internet Current Quarter Sales Performance Status]",
type: "status"
}]
The
typevalue can be defined tostatusortrendto renderkpiStatusTemplateorkpiTrendTemplate. Iftypeis not defined, then thedataCellTemplatewill be used.
measures
Array|Objectmeasures.axis
StringThe name of the axis on which the measures will be displayed. The supported values are the rows or columns. This option is applicable if multiple measures are used.
Default: columns
measures.values
ArrayA string array whose values are interpreted as the name of the measures that will be loaded.