Forum Discussion
briktheprop2
3 years agoFrequent Visitor
Combine two data tables
Hi all, I have 2 data tables - one for store information and another for product info. In short, I need to create a new table that splits out each store showing every product. I need this in orde...
- 3 years ago
You're looking to do the cartesian product of two tables.
You can use cross join in power query and you'll get your expected result.
PowerBIEnthu
3 years agoResolver I
You're looking to do the cartesian product of two tables.
You can use cross join in power query and you'll get your expected result.
briktheprop2
3 years agoFrequent Visitor
Amazing, thank you!