Forum Discussion

hama21's avatar
hama21
Helper I
3 years ago
Solved

Difference between using filter and not using in calculate

Hi everyone,

My question I think is pretty simple. What the difference between these measures?

 

Measure A = CALCULATE(SUM('TABLE A'[COLUMN A]), FILTER('TABLE A', 'TABLE A'[COLUMN B] = 1))

 

Measure B = CALCULATE(SUM('TABLE A'[COLUMN A]), 'TABLE A'[COLUMN B] = 1)

 

Thank you!