Skip to main content

CardRowDataElementType Type

Lists values that identify the type of a value displayed within a card layout row.

Declaration

export type CardRowDataElementType = "ActualValue" | "AbsoluteVariation" | "PercentVariation" | "PercentOfTarget" | "TargetValue" | "DimensionValue" | "CardName" | "Title" | "Subtitle"

Members

Name Description
"ActualValue"

A summary value for a measure placed in the Actual placeholder.

"AbsoluteVariation"

The absolute difference between the actual and target value (see Delta).

"PercentVariation"

The percent difference between the actual and target value (see Delta).

"PercentOfTarget"

A percent of a target value (see Delta).

"TargetValue"

The summary value for a measure placed in the Target placeholder.

"DimensionValue"

The value of the specified dimension.

"CardName"

The card name.

"Title"

Displays values of the last (bottommost) dimension placed in the Series section.

"Subtitle"

Displays combined values of all dimensions except the last (bottommost) dimension.