Can I use power query to combine two tables, so that each rows in table 1 contains all rows in table 2.
For example table 1 includes: customer a, customer b, customer c table 2 includes: product 1, product 2.
I want to combine two tables into table 3: customer a product 1, customer a product 2, customer b product 1, customer b product 2, customer c product 1, customer c product 2
