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
is it possible to combine columns in direct mode?
I need a relationship between two tables, but this relationship is composed of 3 fields
Solved! Go to Solution.
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
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
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
Thanks !
Yes, combine them within your query, make sure Query Folding happens
Did I answer your question correctly? Mark my answer as a solution!
Proud to be a Datanaut!
i have 3 fields, PTRABAJO, ABER, NCOMPROB, when i want join to 1 field, power bi tell that not compatible in mode DirectQuery
You cannot do TransformColumnTypes in Direct Query
Did I answer your question correctly? Mark my answer as a solution!
Proud to be a Datanaut!
Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!
Check out the October 2025 Power BI update to learn about new features.