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

Earn a 50% discount on the DP-600 certification exam by completing the Fabric 30 Days to Learn It challenge.

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
RTI Forums Carousel3

New forum boards available in Real-Time Intelligence.

Ask questions in Eventhouse and KQL, Eventstream, and Reflex.

LearnSurvey

Fabric certifications survey

Certification feedback opportunity for the community.

Top Solution Authors