0

i have two tables

one includes dates (table1)

Date
11/10/2019
11/17/2019

the other one has names (table2)

Name Surname
xxxxxx
yyyyyy

i want to combine the second table for each data in the table1

result should be

Name Surname      Date
xxxxxx           11/10/2019
yyyyyy           11/10/2019
xxxxxx           11/17/2019
yyyyyy           11/17/2019

i am sure it is very for you guys,

thanks for the help,

1 Answer 1

1

It's quite easy:

= Table.Join(table2,{},table1,{})
Sign up to request clarification or add additional context in comments.

2 Comments

spasibo eshe raz )))
ne za chto eshchyo raz)

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.