Starting December 3, join live sessions with database experts and the Microsoft product team to learn just how easy it is to get started
Learn moreShape the future of the Fabric Community! Your insights matter. That’s why we created a quick survey to learn about your experience finding answers to technical questions. Take survey.
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])
User | Count |
---|---|
25 | |
21 | |
20 | |
13 | |
12 |
User | Count |
---|---|
40 | |
28 | |
28 | |
22 | |
21 |