Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi,
is it possible to use one measure in another measure?
Example:
I create the measure X = 1 + 1
I want to create Y = X + 3
Define two variables:
X = 1 + 1
Y = $(X) + 3
You can then use =$(Y) as the new measure