Skip to main content
A newer version of this page is available. .

Member Table: Calculations

The following table lists members related to window calculations.

API Description
Measure.Calculation Gets or sets a calculation applied to values of the current measure.
Measure.WindowDefinition Gets or sets the window definition used to apply a calculation to values of the current measure.
Measure.Expression Gets or sets the expression for the current measure.
Name Description
RunningTotalCalculation A running total calculation that is used to compute a cumulative total for the specified measure across a window.
MovingCalculation A moving calculation that is computed for the specified measure across a window.
DifferenceCalculation A difference calculation that is used to compute the difference between measure values across a window.
PercentOfTotalCalculation A calculation that is used to compute a percent of the total for the specified measure across a window.
RankCalculation A rank calculation that is used to compute rankings for the specified measure across a window.
MeasureCalculation Serves as the base class for classes that are measure calculations allowing you to apply specific computations to Measure values that are related to the currently processed value.
MeasureCalculationWindowDefinition Serves as the base class for classes that specify a window definition used to perform calculations within different dashboard items.