You are on page 1of 1

DAX FUNCTIONS

Sum
Adds all the numbers in a column.

Syntax

SUM(<column>)

Parameters

Term Definition

column The column that contains the numbers to sum.

Return value

A decimal number.

Remarks

If you want to filter the values that you are summing, you can use the SUMX function and specify an
expression to sum over

You might also like