Forum Discussion

briktheprop2's avatar
briktheprop2
Frequent Visitor
3 years ago
Solved

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...
  • PowerBIEnthu's avatar
    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.