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 ...
Fowmy
4 years agoSuper User
Anonymous
You can use CROSSJOIN table function to obtain the desired results
https://docs.microsoft.com/en-us/dax/crossjoin-function-dax
Anonymous
4 years agoNot applicable
thank you , can i do it in excel query too ?