Forum Discussion
Anonymous
6 years agoNot applicable
Relationship
How to relate the Concatenate Column of this two tables in the given scenario as both columns have few lines which are not existing in the concatenate column of other table? Cost Table ...
amitchandak
6 years agoSuper User
You can create a common Table and join
Concatenate Table = union(all(Table[Concatenate1]), all(Table2[Concatenate]))