Forum Discussion

jzhao's avatar
jzhao
Frequent Visitor
2 years ago

is function filter and the filter expression in calculate function the same?

I want to sum up sales with same store ID, are the following calculated columns interchangeable? They did give me the same result so far. Method 1: Sales = var curid ='table1'[ID] return SUMX(FIL...