Skip to main content
Announcements
Accelerate Your Success: Fuel your data and AI journey with the right services, delivered by our experts. Learn More
cancel
Showing results for 
Search instead for 
Did you mean: 
stefania_f
Contributor II
Contributor II

Measure to measure

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

1 Reply
vunguyenq89
Creator III
Creator III

Define two variables:

X = 1 + 1

Y = $(X) + 3

You can then use =$(Y) as the new measure