Aggregation functions#
Return a measure equal to the distinct count of the passed measure across the specified scope. |
|
Return a measure equal to the sum of the positive values of the passed measure across the specified scope. |
|
Return a measure equal to the maximum of the passed measure across the specified scope. |
|
Return a measure equal to the member maximizing the passed measure on the given level. |
|
Return a measure equal to the mean of the passed measure across the specified scope. |
|
Return a measure equal to the median of the passed measure across the specified scope. |
|
Return a measure equal to the minimum of the passed measure across the specified scope. |
|
Return a measure equal to the member minimizing the passed measure on the given level. |
|
Return a measure equal to the product of the passed measure across the specified scope. |
|
Return a measure equal to the requested quantile of the passed operand across the specified scope. |
|
Return a measure equal to the sum of the negative values of the passed measure across the specified scope. |
|
Return a measure equal to the value aggregation of the operand across the specified scope. |
|
Return a measure equal to the sum of the square of the passed measure across the specified scope. |
|
Return a measure equal to the standard deviation of the passed operand across the specified scope. |
|
Return a measure equal to the sum of the passed measure across the specified scope. |
|
Return a measure equal to the sum product aggregation of the passed factors across the specified scope. |
|
Return a measure equal to the variance of the passed operand across the specified scope. |