CardRowDataElementType Type
In This Article
Lists values that identify the type of a value displayed within a card layout row.
#Declaration
TypeScript
export type CardRowDataElementType = "ActualValue" | "AbsoluteVariation" | "PercentVariation" | "PercentOfTarget" | "TargetValue" | "DimensionValue" | "CardName" | "Title" | "Subtitle"
#Members
Name | Description |
---|---|
"Actual |
A summary value for a measure placed in the Actual placeholder. |
"Absolute |
The absolute difference between the actual and target value (see Delta). |
"Percent |
The percent difference between the actual and target value (see Delta). |
"Percent |
A percent of a target value (see Delta). |
"Target |
The summary value for a measure placed in the Target placeholder. |
"Dimension |
The value of the specified dimension. |
"Card |
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. |