Forum Discussion
ephramz
4 years agoHelper II
How do i duplicate rows
How do I duplciate rows based on column value in another table E.g. Table 1 Customers Sales Number Order Number Year Alex 1111111 111222 2015 Alex ...
- 4 years ago
ephramz , merge on name, or order number and then expend
https://radacad.com/append-vs-merge-in-power-bi-and-power-query
Crossjoin or generate with filter in DAX
https://www.sqlbi.com/articles/from-sql-to-dax-joining-tables/
- 4 years ago
Use Merge Queries in Query Editor - https://docs.microsoft.com/en-us/power-query/merge-queries-overview
- Select Merge Queries or Merge Queries As New (if you want the output as a new table)
- Choose the tables and join column (use Ctrl + Click to select multiple columns)
- Select Join Kind and click ok
- Check the last column and click the Expand icon on the column's right top side
- Choose the columns that you want
Best Regards, Siva Mani Proud to be a Super User! If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
amitchandak
4 years agoSuper User
ephramz , merge on name, or order number and then expend
https://radacad.com/append-vs-merge-in-power-bi-and-power-query
Crossjoin or generate with filter in DAX
https://www.sqlbi.com/articles/from-sql-to-dax-joining-tables/