Forum Discussion
LotteLaugesen
Helper V
3 years agoCreate new table based on calendar and products
Hi
I have a calendar dimension and a product dimension and need to combine these to a new table with all dates for all products like this:
Calendar
Products
Result
Is that possible in Power Query?
BR
Lotte
Hi LotteLaugesen ,
Add a new custom column in your Calendar table with the formula ' = Products '.
This will create a Cartesian Product of the Calendar and Products tables.
Pete
2 Replies
- BA_Pete
Super User
Hi LotteLaugesen ,
Add a new custom column in your Calendar table with the formula ' = Products '.
This will create a Cartesian Product of the Calendar and Products tables.
Pete
- LotteLaugesen
Helper V
BA_Pete, thank you - exactly what I needed 😊