Forum Discussion

Anonymous's avatar
Anonymous
Not applicable
7 years ago
Solved

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...
  • d_gosbell's avatar
    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.