Forum Discussion
Anonymous
6 years agoNot applicable
Where is the error )
I have this and I don't see a difference from the example in Microsoft docs
SUMMARIZE(Venta,
Calendario[SemanaCom],
Clientes[C CLIENTE],
Clientes[N CLIENTE],
"Venta",sum(Venta[Importe]))
I get this error:
The expression refers to multiple columns. Multiple columns cannot be converted to a scalar value.
What should I change?
Anonymous ,
Unless you are creating a table, you are gonna get this error.
Measures and calculated columns are scalar values. So, if it's the case your return has to be a single value.
6 Replies
- parry2k
Super User
Anonymous did you set up the relationship between these tables? How does that looks like?
- Tahreem24
Super User
Is this measure or calculated column or calculated table?
- camargos88
Community Champion
Anonymous ,
Unless you are creating a table, you are gonna get this error.
Measures and calculated columns are scalar values. So, if it's the case your return has to be a single value.
- AnonymousNot applicable