Forum Discussion
Anonymous
3 years agoNot applicable
SUMX in dynamic Calculation Group
Hi all, I have the following measure which I would like to place in a calculation group so that I do not need to recreate this for each measure I want to use it. The following measure I use to ...
- 3 years ago
Why do you need the SUMX? I would try it with just
CALCULATE(SELECTEDMEASURE(), ...
Pat
ppm1
3 years agoSolution Sage
Why do you need the SUMX? I would try it with just
CALCULATE(SELECTEDMEASURE(), ...
Pat
Anonymous
3 years agoNot applicable
Thank you, this works as well.