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 combi...
- 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/
Anonymous
7 years agoNot 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/
- johankent307 years agoHelper I
Thanks for the help!
- Anonymous7 years agoNot applicable
Forgot to mention, you could also use CROSSJOIN in DAX