Forum Discussion
Anonymous
7 years agoNot applicable
Calculation after selecting all the parameters
Hi All, I need a help in doing some calculations after the Selection criterias, For a particular date , we have some parameter values to select like(2004,2005,2006 etc..). After selcting the...
- 7 years ago
If you write your calculation as a measure it will be calculated in the context of any filters you have set.
Calculated columns are calculated once during the data refresh.
Measures are calculated each time the data is queried in the context of any filters/slicers that are set.
d_gosbell
7 years agoSuper User
If you write your calculation as a measure it will be calculated in the context of any filters you have set.
Calculated columns are calculated once during the data refresh.
Measures are calculated each time the data is queried in the context of any filters/slicers that are set.