Advance your Data & AI career with 50 days of live learning, dataviz contests, hands-on challenges, study groups & certifications and more!
Get registeredGet Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Request now
I'm trying to create simple group by
Sum cash in = GROUPBY(Table3,Table3[Industry],Table3[Month],"net revenue" ,SUMX(CURRENTGROUP(),[Net Revenue Vat included]))
but it gives me an error: The expression refers to multiple columns. Multiple columns cannot be converted to a scalar value.
Solved! Go to Solution.
https://msdn.microsoft.com/en-us/library/mt163693.aspx
"Return Value: A table with the selected columns for the groupBy_columnName arguments and the grouped by columns designated by the name arguments."
Group by returns a table, not a scalar value. This is exactly what this error message is saying.
https://msdn.microsoft.com/en-us/library/mt163693.aspx
"Return Value: A table with the selected columns for the groupBy_columnName arguments and the grouped by columns designated by the name arguments."
Group by returns a table, not a scalar value. This is exactly what this error message is saying.
Check out the November 2025 Power BI 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!
| User | Count |
|---|---|
| 97 | |
| 73 | |
| 50 | |
| 46 | |
| 44 |