Forum Discussion
smpa01
Community Champion
6 years agoDoes DAX have anything equivalent to R's cbind?
Hello Experts, Does DAX have anything that can replicate excatly what R's cbind does. For example, I have two tables as below Test Test2 A A A A and alpha 1 2 ...
Anonymous
6 years agoNot applicable
Hello-
This is probably going to be best done in PowerQuery. My suggestion would be to merge the columns and then expand "alpha" to combine these 2 tables.
Jared
- smpa016 years ago
Community Champion
Anonymous thanks for the reply. I know how it can be done in M. Just wondering if DAX has this capacity?