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!Calling all Data Engineers! Fabric Data Engineer (Exam DP-700) live sessions are back! Starting October 16th. Sign up.
Solved! Go to Solution.
Using DAX Studio requires the EVALUATE statement at the beginning of each query that you excecute. Additionally only queries that return a table is valid, so if you wish to test a measure that return a scalar value you could return the result in a table using a syntax like this:
EVALUATE
{"Result", COUNTROWS(.....)}
Br,
Magnus
Using DAX Studio requires the EVALUATE statement at the beginning of each query that you excecute. Additionally only queries that return a table is valid, so if you wish to test a measure that return a scalar value you could return the result in a table using a syntax like this:
EVALUATE
{"Result", COUNTROWS(.....)}
Br,
Magnus
Check out the November 2025 Fabric 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!