Forum Discussion
Anonymous
4 years agoNot applicable
combine 2 table
Hi friend i have 2 table like these Date table 01/02/2022 02/02/2022 03/02/2022 04/02/2022 Wave Table. Wave 60 Wave 61 how can I combine these 2 table to new one ...
Jihwan_Kim
4 years agoSuper User
Hi,
I am not sure if I understood your question correctly, but please check the below picture and the attached pbix file.
It is for creating a new table.
New Table =
CROSSJOIN('Date', Wave )
Anonymous
4 years agoNot applicable
thanks for your reply, what about excel query can use crossjoin too ?