Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

View all the Fabric Data Days sessions on demand. View schedule

Reply
skourtip
Frequent Visitor

Combine calendar table with list of names

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?

 

 

 

 

 

 

 

 

 

1 ACCEPTED SOLUTION
bcdobbs
Community Champion
Community Champion

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

 



Ben Dobbs

LinkedIn | Twitter | Blog

Did I answer your question? Mark my post as a solution! This will help others on the forum!
Appreciate your Kudos!!

View solution in original post

2 REPLIES 2
Ashish_Mathur
Super User
Super User

Hi,

Are both tables available in the Query Editor?  Do you want a Qury Editor solution?


Regards,
Ashish Mathur
http://www.ashishmathur.com
https://www.linkedin.com/in/excelenthusiasts/
bcdobbs
Community Champion
Community Champion

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

 



Ben Dobbs

LinkedIn | Twitter | Blog

Did I answer your question? Mark my post as a solution! This will help others on the forum!
Appreciate your Kudos!!

Helpful resources

Announcements
November Power BI Update Carousel

Power BI Monthly Update - November 2025

Check out the November 2025 Power BI update to learn about new features.

Fabric Data Days Carousel

Fabric Data Days

Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!

FabCon Atlanta 2026 carousel

FabCon Atlanta 2026

Join us at FabCon Atlanta, March 16-20, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.

Top Solution Authors
Top Kudoed Authors