Forum Discussion
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 date and Parameters , I do want to do some calculation.
Any ideas would be appreciated.
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.
1 Reply
- d_gosbellSuper 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.