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

Score big with last-minute savings on the final tickets to FabCon Vienna. Secure your discount

Reply

Do unused variables in measures cause performance issues?

Hello! 

 

Just a general question...I'm wonder if unused variables not used after the "RETURN" might cause DAX to evaulate slower?

 

Thanks!

1 ACCEPTED SOLUTION
DataInsights
Super User
Super User

@jordancole0517,

 

My understanding is that unused variables don't impair performance due to "lazy evaluation", meaning that a variable isn't evaluated until its first use. See the article below, as well as the comments at the end of the article for a detailed discussion:

 

https://www.sqlbi.com/articles/understanding-eager-vs-strict-evaluation-in-dax/ 





Did I answer your question? Mark my post as a solution!

Proud to be a Super User!




View solution in original post

3 REPLIES 3
Sergii24
Super User
Super User

Hi @jordancole0517 and @DataInsights, apparently it seems they they do afect the perfomance (i.e. if you have 4 varialbes to define 4 different results of SWITCH() function, all of them will be evaluated, nevertheless only one will be true in a specific filter context).

Here what Alberto Ferrari says about it: "As a rule, think about a variable as always being evaluated, regardless of its use in the calculation."

Here is a great article of SQLBI on this topic - When are variables evaluated in DAX?

Thanks, @DataInsights !

DataInsights
Super User
Super User

@jordancole0517,

 

My understanding is that unused variables don't impair performance due to "lazy evaluation", meaning that a variable isn't evaluated until its first use. See the article below, as well as the comments at the end of the article for a detailed discussion:

 

https://www.sqlbi.com/articles/understanding-eager-vs-strict-evaluation-in-dax/ 





Did I answer your question? Mark my post as a solution!

Proud to be a Super User!




Helpful resources

Announcements
August Power BI Update Carousel

Power BI Monthly Update - August 2025

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

August 2025 community update carousel

Fabric Community Update - August 2025

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