Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Get inspired! Check out the entries from the Power BI DataViz World Championships preliminary rounds and give kudos to your favorites. View the vizzies.

Reply
GSE
Resolver I
Resolver I

DAX Difference - Measure as variable vs. Measure directly in formula

Hi all, 

 

I would like to understand the difference between declaring a measure as a variable vs. using the measure directly in the formula without declaring it as a variable first.

 

What I noticed is that in the first example, the processing time is almost 8 times higher (when not declaring it as a variable) and in the second example the formula throws an error.

 

I know that if a measure is declared as a variable first, it is evaluated in the context of the visual but how is it evaluated when not declared as a variable and why does it take so much longer or throws an error.

 

Example 1

not declared as variable (processing time almost 8 times longer)

GSE_0-1682408884636.jpeg

declared as variable

GSE_1-1682408941882.jpeg

Processing time (first matrix is with declared variable and second matrix is without declared variable)

GSE_2-1682409002405.jpeg

 

 

Example 2

not declared as variable: error

GSE_3-1682409025643.jpeg

 

declared as variable: no error

GSE_4-1682409048046.jpeg

 

1 REPLY 1
lbendlin
Super User
Super User

The fun part here is that "variable"  actually means "constant".  You are basically turning the measure into an immutable value that will now no longer be recomputed in the following computations.

 

Power BI has no concept of (mutable) variables. These are all constants.

Helpful resources

Announcements
Las Vegas 2025

Join us at the Microsoft Fabric Community Conference

March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount!

FebPBI_Carousel

Power BI Monthly Update - February 2025

Check out the February 2025 Power BI update to learn about new features.

March2025 Carousel

Fabric Community Update - March 2025

Find out what's new and trending in the Fabric community.

Top Kudoed Authors