Forum Discussion
prashanth0626
4 years agoFrequent Visitor
Merge two columns into one table
I have two tables Location A B C D E F G and Type 1 2 3 4 5 6 7 I want to join the above in power query to get the resulting table. Each in...
- 4 years ago
Result Table = CROSSJOIN(Table1,Table2)
ziyabikram96
4 years agoHelper V
Result Table = CROSSJOIN(Table1,Table2)
- ziyabikram964 years agoHelper V
create new table and then put the previouse formula with respect to requirements