Forum Discussion
paul519
5 years agoNew Member
calculation groups precedence
Hi, I have a problem regarding calculation groups precedence. I created three calculation groups Act=Calculate(selectedmeasure(),Process="Actual") Bdg=Calculate(selectedmeasure(),Process="Budget")...
Anonymous
5 years agoNot applicable
paul519
Try add calculate before the expression.
Price=Calculate(Import)/Calculate(Quantity)
Paul Zheng _ Community Support Team
If this post helps, please Accept it as the solution to help the other members find it more quickly.
- paul5195 years agoNew Member
Thanks a lot for your help, I tried but unfortunately It doesn't work