Forum Discussion
johankent30
7 years agoHelper I
Merging Table (Get every possible combo)
I am tring to merge two tables that do not have a relationship. For every unique row in CF, I want a new table called Goal that has each unique value in the Cust table. So I want every possible combination of the two tables as my result. Thoughts?
- Anonymous7 years ago
see this post by Ken Puls on how to do a cartesian product
https://www.excelguru.ca/blog/2016/05/11/cartesian-product-joins-for-the-excel-person/
3 Replies
- AnonymousNot applicable
see this post by Ken Puls on how to do a cartesian product
https://www.excelguru.ca/blog/2016/05/11/cartesian-product-joins-for-the-excel-person/
- johankent30Helper I
Thanks for the help!
- AnonymousNot applicable
Forgot to mention, you could also use CROSSJOIN in DAX