Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!Calling all Data Engineers! Fabric Data Engineer (Exam DP-700) live sessions are back! Starting October 16th. Sign up.
Hi to all
I need some help, i have a calendar table and for each day i want to combine with a list of names like this one
Calendar table:
01/01/2022
02/01/2022
03/01/2022
Names:
NAME1
NAME2
NAME3
The result i want is:
01/01/2022 NAME1
01/01/2022 NAME2
01/01/2022 NAME3
01/02/2022 NAME1
01/02/2022 NAME2
01/02/2022 NAME3
01/03/2022 NAME1
01/03/2022 NAME2
01/03/2022 NAME3
Is this possible?
Solved! Go to Solution.
You're looking for a cross join or a Cartesian product.
If both tables exist in power query you can use this:
https://docs.microsoft.com/en-us/power-query/cross-join
or if you need to create a calculated table in dax use:
https://docs.microsoft.com/en-us/dax/crossjoin-function-dax
Hi,
Are both tables available in the Query Editor? Do you want a Qury Editor solution?
You're looking for a cross join or a Cartesian product.
If both tables exist in power query you can use this:
https://docs.microsoft.com/en-us/power-query/cross-join
or if you need to create a calculated table in dax use:
https://docs.microsoft.com/en-us/dax/crossjoin-function-dax
Join the Fabric FabCon Global Hackathon—running virtually through Nov 3. Open to all skill levels. $10,000 in prizes!
Check out the October 2025 Power BI update to learn about new features.