The ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM.
Get registeredEnhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends September 15. Request your voucher.
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