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!To celebrate FabCon Vienna, we are offering 50% off select exams. Ends October 3rd. Request your discount now.
Hey guys,
I'm trying to summarize the Average from a coulmn grouped by state , but keep getting this error
"The expression refers to multiple columns. Multiple columns cannot be converted to a scalar value."
Here's a SC of the tables as well.
Any idea ??
@Anonymous Try AVERAGEX ( SUMMARIZE ( ... ), ... )
@Anonymous Try:
Y = AVERAGEX('Customer List', SUMMARIZE('Customer List','Customer List'[State],"y",SUM('Customer List[Last 6 Months Purchase]),[y])