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

Get Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Request now

Reply
Cesarricardo
New Member

Mixing Tables

Hi,

I think my douht is very simple but i just can't do it.

I have two table that are not related, i just have to mix all values of the table

Ex.

Table 1

 

EquipmentModel
ER0001PMH36
ER0002MD335

 

Table 2 

 

DateMonth
01/01/2023january
01/02/2023fabuary

 

Result

Equipmentdate
ER000101/01/2023
ER000101/02/2023
ER000201/01/2023
ER000201/02/2023

 

1 ACCEPTED SOLUTION
PabloDeheza
Solution Sage
Solution Sage

Hi there!

You can try using the CROSSJOIN Function like this:

CROSSJOIN( Equipment, Date )

Let me know if that helps!

View solution in original post

1 REPLY 1
PabloDeheza
Solution Sage
Solution Sage

Hi there!

You can try using the CROSSJOIN Function like this:

CROSSJOIN( Equipment, Date )

Let me know if that helps!

Helpful resources

Announcements
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!

October Power BI Update Carousel

Power BI Monthly Update - October 2025

Check out the October 2025 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.