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.
Hi All,
I'm calculating a new measure and this is my calculation: total june = calculate(sum(append1,append1[month] = June)) and it keeps returning the error message 'The expression refers to multiple columns. Multiple columns cannot be converted to a scalar value'.
Could anyone tell me why this is happening and how to fix it?
Solved! Go to Solution.
hi, @Anonymous
Please try the formula as below:
total june = calculate(sum(append1 [Value field]) , append1[month] = "June")
or
hi, @Anonymous
Please try the formula as below:
total june = calculate(sum(append1 [Value field]) , append1[month] = "June")
or
Join the Fabric FabCon Global Hackathon—running virtually through Nov 3. Open to all skill levels. $10,000 in prizes!
Check out the September 2025 Power BI update to learn about new features.