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!The Power BI Data Visualization World Championships is back! Get ahead of the game and start preparing now! Learn more
Hi,
Trying to figure out which would works best in a measure. Not sure which code to use regarding performance, etc. To me it seems that the "calculate_something()" needs to be executed twice if the outcome of the first is not blank. Anyone any ideas?
Measure =
VAR n = calculate_something()
RETURN
IF( ISBLANK( n ), 0, n )
or:
Measure =
IF( ISBLANK( calculate_something() ), 0, calculate_something() )
Or doesn't it make any difference at all?
Regards,
Sander
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!
| User | Count |
|---|---|
| 21 | |
| 10 | |
| 9 | |
| 4 | |
| 4 |
| User | Count |
|---|---|
| 34 | |
| 31 | |
| 20 | |
| 13 | |
| 11 |