I'm trying to merge two tables together. One is a customer list and another is a product list. I want to combine the two and expand the customer list with the product list. How would I do this in power query.
Customer List
[TABLE="width: 500"]
<tbody>[TR]
[TD]Customer[/TD]
[TD]Product List[/TD]
[/TR]
[TR]
[TD]Customer1[/TD]
[TD]Food[/TD]
[/TR]
[TR]
[TD]Customer 2[/TD]
[TD]Consumer[/TD]
[/TR]
</tbody>[/TABLE]
Product List
[TABLE="width: 500"]
<tbody>[TR]
[TD]Product List[/TD]
[TD]Product[/TD]
[/TR]
[TR]
[TD][TABLE="width: 64"]
<tbody>[TR]
[TD="width: 64"]Food[/TD]
[/TR]
</tbody>[/TABLE]
[/TD]
[TD]Product 1[/TD]
[/TR]
[TR]
[TD][TABLE="width: 64"]
<tbody>[TR]
[TD="width: 64"]Food[/TD]
[/TR]
</tbody>[/TABLE]
[/TD]
[TD]Product 2[/TD]
[/TR]
[TR]
[TD][TABLE="width: 64"]
<tbody>[TR]
[TD="width: 64"]Consumer[/TD]
[/TR]
</tbody>[/TABLE]
[/TD]
[TD]Product 3[/TD]
[/TR]
[TR]
[TD][TABLE="width: 64"]
<tbody>[TR]
[TD="width: 64"]Consumer[/TD]
[/TR]
</tbody>[/TABLE]
[/TD]
[TD]Product 4[/TD]
[/TR]
[TR]
[TD][TABLE="width: 64"]
<tbody>[TR]
[TD="width: 64"]Consumer[/TD]
[/TR]
</tbody>[/TABLE]
[/TD]
[TD]Product 5[/TD]
[/TR]
[TR]
[TD][TABLE="width: 64"]
<tbody>[TR]
[TD="width: 64"]Consumer[/TD]
[/TR]
</tbody>[/TABLE]
[/TD]
[TD]Product 6[/TD]
[/TR]
</tbody>[/TABLE]
Result
[TABLE="width: 500"]
<tbody>[TR]
[TD]Customer[/TD]
[TD]Product List[/TD]
[TD]Product[/TD]
[/TR]
[TR]
[TD]Customer1[/TD]
[TD]Food[/TD]
[TD]Product 1[/TD]
[/TR]
[TR]
[TD]Customer1[/TD]
[TD]Food[/TD]
[TD]Product 2[/TD]
[/TR]
[TR]
[TD]Customer 2[/TD]
[TD]Consumer[/TD]
[TD]Product 3[/TD]
[/TR]
[TR]
[TD]Customer 2[/TD]
[TD]Consumer[/TD]
[TD]Product 4[/TD]
[/TR]
[TR]
[TD]Customer 2[/TD]
[TD]Consumer[/TD]
[TD]Product 5[/TD]
[/TR]
[TR]
[TD]Customer 2[/TD]
[TD]Consumer[/TD]
[TD]Product 6[/TD]
[/TR]
</tbody>[/TABLE]
Customer List
[TABLE="width: 500"]
<tbody>[TR]
[TD]Customer[/TD]
[TD]Product List[/TD]
[/TR]
[TR]
[TD]Customer1[/TD]
[TD]Food[/TD]
[/TR]
[TR]
[TD]Customer 2[/TD]
[TD]Consumer[/TD]
[/TR]
</tbody>[/TABLE]
Product List
[TABLE="width: 500"]
<tbody>[TR]
[TD]Product List[/TD]
[TD]Product[/TD]
[/TR]
[TR]
[TD][TABLE="width: 64"]
<tbody>[TR]
[TD="width: 64"]Food[/TD]
[/TR]
</tbody>[/TABLE]
[/TD]
[TD]Product 1[/TD]
[/TR]
[TR]
[TD][TABLE="width: 64"]
<tbody>[TR]
[TD="width: 64"]Food[/TD]
[/TR]
</tbody>[/TABLE]
[/TD]
[TD]Product 2[/TD]
[/TR]
[TR]
[TD][TABLE="width: 64"]
<tbody>[TR]
[TD="width: 64"]Consumer[/TD]
[/TR]
</tbody>[/TABLE]
[/TD]
[TD]Product 3[/TD]
[/TR]
[TR]
[TD][TABLE="width: 64"]
<tbody>[TR]
[TD="width: 64"]Consumer[/TD]
[/TR]
</tbody>[/TABLE]
[/TD]
[TD]Product 4[/TD]
[/TR]
[TR]
[TD][TABLE="width: 64"]
<tbody>[TR]
[TD="width: 64"]Consumer[/TD]
[/TR]
</tbody>[/TABLE]
[/TD]
[TD]Product 5[/TD]
[/TR]
[TR]
[TD][TABLE="width: 64"]
<tbody>[TR]
[TD="width: 64"]Consumer[/TD]
[/TR]
</tbody>[/TABLE]
[/TD]
[TD]Product 6[/TD]
[/TR]
</tbody>[/TABLE]
Result
[TABLE="width: 500"]
<tbody>[TR]
[TD]Customer[/TD]
[TD]Product List[/TD]
[TD]Product[/TD]
[/TR]
[TR]
[TD]Customer1[/TD]
[TD]Food[/TD]
[TD]Product 1[/TD]
[/TR]
[TR]
[TD]Customer1[/TD]
[TD]Food[/TD]
[TD]Product 2[/TD]
[/TR]
[TR]
[TD]Customer 2[/TD]
[TD]Consumer[/TD]
[TD]Product 3[/TD]
[/TR]
[TR]
[TD]Customer 2[/TD]
[TD]Consumer[/TD]
[TD]Product 4[/TD]
[/TR]
[TR]
[TD]Customer 2[/TD]
[TD]Consumer[/TD]
[TD]Product 5[/TD]
[/TR]
[TR]
[TD]Customer 2[/TD]
[TD]Consumer[/TD]
[TD]Product 6[/TD]
[/TR]
</tbody>[/TABLE]