Forum Discussion
swise001
6 years agoContinued Contributor
CombineValues() truncates second entry - not sure why?
In a direct query model - I'm trying to created a relationship using CombineValues. The source columns are all type text and appear as follows: Table: Jobs [WO] [SU] [SE]...
amitchandak
6 years agoSuper User
Direct query allowed you to create a column ?
Try like = Jobs[WO] & "-" & Jobs[SU]
swise001
6 years agoContinued Contributor
This query is specifically optimized for creating calculated columns in direct query models.
https://docs.microsoft.com/en-us/dax/combinevalues-function-dax
The order of the syntax is set by the DAX formula, with the delimiter listed first - then the columns.