Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!Get Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Request now
I just want to understand how Power BI and SSAS logic works.
Let's say we have a measure that does the following :
Test Measure =
Var Test1 = sum(sales)
Var Test2 = sum(quantity)
RETURN Test2/365
Will it also calculate the variable Test1 in the background or will it only calculate Test2 ?
Thanks in advance
Solved! Go to Solution.
Only test2. It is called lazy evaluation: a variable is evaluated only when first used, but in the context of definition.
Only test2. It is called lazy evaluation: a variable is evaluated only when first used, but in the context of definition.
Check out the November 2025 Power BI update to learn about new features.
Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!