Forum Discussion
Anonymous
7 years agoNot applicable
Power Query Cross Join
I have the following two tables in Power Query (Product and Region) Product a b Country Area Town House England Tyne and Wear Sunderland A1 England Tyne and Wear...
- 7 years ago
Hi Anonymous
you need to add a new column to the Region table, this column would contain the Product table, and then you'd expand this new column
Anonymous
7 years agoNot applicable
I have tried to create a join in Power Query but there is no field to join on.
How can I add a new column with the product table data?
Stachu
7 years agoCommunity Champion
add a new column and type
= Product
(where Product is the name of your product table), then expand the columns
- Mattmcdowell_7 years agoHelper I
- pcowman16 years agoHelper I
Just learned a fabulous new to me thing from this! LOVE IT!
- Anonymous6 years agoNot applicable
Stachu,
A simple elegant way to do cross join in M.
Many thanks!