DAX Aggregation - SUM function



Description

Returns the sum of all the numbers in a column.

Syntax

SUM (<column>) 

Parameters

Sr.No. Parameter & Description
1

column

The column that contains the numbers to sum.

Return Value

A decimal number.

Remarks

If any rows contain non-numeric values, blanks are returned.

Example

= SUM ([Sales Amount]) 
dax_functions_aggregation.htm
Advertisements