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

Learn from the best! Meet the four finalists headed to the FINALS of the Power BI Dataviz World Championships! Register now

Reply
vipett
Helper III
Helper III

Combine two columns and multiply occurrences

I have a column called date in one table :

2021-01-01

2021-01-02

2021-01-03

2021-01-04

etc

 

And another column called Items in another table

Item A

Item B

Item C

Item D

etc

 

I would like to create a new table with looks like this

 

DateItem
2021-01-01A
2021-01-01B
2021-01-01C
2021-01-01D
2021-01-02A
2021-01-02B
2021-01-02C
2021-01-02D
etc 

 

What's the best way of doing this?

1 ACCEPTED SOLUTION
SpartaBI
Community Champion
Community Champion

@vipett 
TABLE = CROSSJOIN(Table1, Table2)

In case it answered your question please mark this as a solution for community visibility. Appreciate Your Kudos 🙂

View solution in original post

1 REPLY 1
SpartaBI
Community Champion
Community Champion

@vipett 
TABLE = CROSSJOIN(Table1, Table2)

In case it answered your question please mark this as a solution for community visibility. Appreciate Your Kudos 🙂

Helpful resources

Announcements
Join our Fabric User Panel

Join our Fabric User Panel

Share feedback directly with Fabric product managers, participate in targeted research studies and influence the Fabric roadmap.

February Power BI Update Carousel

Power BI Monthly Update - February 2026

Check out the February 2026 Power BI update to learn about new features.

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.