DAX HANDBOOK
6.1 CALCULATE syntax
Syntax CALCULATE([expression],filter1,filter2,…)CALCULATE has only 1 required argument, and that is the expression (measure) to evaluate. All the other arguments are optional and are used to modify the filter context in which the required argument will be evaluated. Those modifications lead to a complex and extremely powerful computational power of DAX language. It is extremely important …