Forum Discussion
mcolb88
6 years agoHelper III
Nested Calculated Items in Calculation Group
All, Fairly new to calculation groups and want to know if the following is possible. My calculation group has 2 calculated items A and B. I want to get a percentage, and add a third item C...
Anonymous
6 years agoNot applicable
Hi mcolb88 ,
Use Variables.
https://www.sqlbi.com/articles/variables-in-dax/
https://docs.microsoft.com/en-us/power-bi/guidance/dax-variables
Regards,
Harsh Nathani
Did I answer your question? Mark my post as a solution! Appreciate with a Kudos!! (Click the Thumbs Up Button)
mcolb88
6 years agoHelper III
I undestand the use of variables, I don't want to repeat the expression in the calculation of item C, I simply want to reference another calculated item. Is that possible?
Thanks
- Anonymous6 years agoNot applicableYou can use one calc item in another in the same group. Just be careful not to introduce infinite loops.