Forum Discussion
Anonymous
5 years agoNot applicable
Create table from 2 column and 2 table
Dear friends how can i create table that combine "Date" from table 1 and "Value" from table 2 and let "Date" duplicate its selfves each row by each "Value" Table1 Date 01-01-21 02-01-21 ...
- 5 years ago
Anonymous , why only 2 dates are repeating. Noy 4.
Option in Dax is crossjoin
new tbale = Crossjoin(Table1, Table2)
https://www.sqlbi.com/articles/from-sql-to-dax-joining-tables/
or
https://radacad.com/append-vs-merge-in-power-bi-and-power-query
amitchandak
5 years agoSuper User
Anonymous , why only 2 dates are repeating. Noy 4.
Option in Dax is crossjoin
new tbale = Crossjoin(Table1, Table2)
https://www.sqlbi.com/articles/from-sql-to-dax-joining-tables/
or
https://radacad.com/append-vs-merge-in-power-bi-and-power-query
- Anonymous5 years agoNot applicable
amitchandak sorry for misleading, i just need to shown as example , but all i need to repeat all date
- amitchandak5 years agoSuper User
Anonymous , Try crossjoin, I given example in last update
- Anonymous5 years agoNot applicable
amitchandak it cant , Table 1 are Dax table and table1 and table2 are not relationship