Forum Discussion
adciudad
Helper II
7 years agocombine columns in direct mode
is it possible to combine columns in direct mode? I need a relationship between two tables, but this relationship is composed of 3 fields
- 7 years ago
Hi adciudad,
In DirectQuery mode, combining columns is not supported. As a workaround, you can achieve this by creating a calculated column with DAX function: CONCATENATE
Best regards,
Yuliana Gu
v-yulgu-msft
Microsoft Employee
7 years agoHi adciudad,
In DirectQuery mode, combining columns is not supported. As a workaround, you can achieve this by creating a calculated column with DAX function: CONCATENATE
Best regards,
Yuliana Gu
- adciudad7 years ago
Helper II
Thanks !
- Anonymous6 years agoNot applicable
This doesn't work for me with BigQuery.
I've created a composite key using CONCATENATE (same happens when I use COMBINEVALUES).
But when I create a visual that includes the composite key, I get this error:
OLE DB or ODBC error: [Expression.Error] We couldn't fold the expression to the data source. Please try a simpler expression..Can you help?
Best