Hello,
I have declared several variables in a DAX measure that I would like to use in other measures, but it seems that variables only work within a measure and are not available for use in other measures. Is this correct or is there a way to declare a global variable in DAX so that it's availble for use in any measure?
Thanks!
Solved! Go to Solution.
Variables are measure specific, you have to define them every time in DAX.
You can just create a measure with the variable calculations and refer to it whenever needed, it will do the same job.
Variables are measure specific, you have to define them every time in DAX.
You can just create a measure with the variable calculations and refer to it whenever needed, it will do the same job.
Ah yes thank you! It didn't occur to me that a measure with the variable calculations can serve as a global variable. Thanks again!
My pleasure
Power BI release plans for 2023 release wave 1 describes all new features releasing from April 2023 through September 2023.
Make sure you register today for the Power BI Summit 2023. Don't miss all of the great sessions and speakers!
Join the biggest FREE Business Applications Event in LATAM this February.
User | Count |
---|---|
94 | |
82 | |
42 | |
32 | |
28 |
User | Count |
---|---|
131 | |
95 | |
85 | |
46 | |
40 |