What is the CALCULATE function in DAX?

The CALCULATE function measures the sum of a column from any table and can be modified with Filters.
Syntax:
CALCULATE ( <Expression> [, <Filter> [, <Filter> [, … ] ] ] )
 
Expression: The expression to be evaluated.
Filter: A boolean (True/False) expression or a table expression that defines a filter.