Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Register now to learn Fabric in free live sessions led by the best Microsoft experts. From Apr 16 to May 9, in English and Spanish.

Reply
ephramz
Helper II
Helper 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               1111111           111222            2016
Alex               1111111           111222            2017


Table 2
Customers   Sales Number  Order Number  Sales   
Alex               1111111           111222            200
Alex               1111111           111222            300
Alex               1111111           111222            400

Desired Output
Customers   Sales Number  Order Number  Sales   Year
Alex               1111111           111222            200     2015
Alex               1111111           111222            200     2016
Alex               1111111           111222            200     2017
Alex               1111111           111222            300     2015
Alex               1111111           111222            300     2016
Alex               1111111           111222            300     2017
Alex               1111111           111222            400     2015
Alex               1111111           111222            400     2016
Alex               1111111           111222            400     2017

I know that there is a custom column in the power quer editor, however im unsure what the formula might be.

The 2 table have matching columns "Customers   Sales Number  Order Number"

2 ACCEPTED SOLUTIONS
amitchandak
Super User
Super User

SivaMani
Resident Rockstar
Resident Rockstar

@ephramz,

Use Merge Queries in Query Editor - https://docs.microsoft.com/en-us/power-query/merge-queries-overview

  1. Select Merge Queries or Merge Queries As New (if you want the output as a new table)
  2. Choose the tables and join column (use Ctrl + Click to select multiple columns)
  3. Select Join Kind and click ok
  4. Check the last column and click the Expand icon on the column's right top side
  5. 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.

 

 

 

View solution in original post

2 REPLIES 2
SivaMani
Resident Rockstar
Resident Rockstar

@ephramz,

Use Merge Queries in Query Editor - https://docs.microsoft.com/en-us/power-query/merge-queries-overview

  1. Select Merge Queries or Merge Queries As New (if you want the output as a new table)
  2. Choose the tables and join column (use Ctrl + Click to select multiple columns)
  3. Select Join Kind and click ok
  4. Check the last column and click the Expand icon on the column's right top side
  5. 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
Super User
Super User

Helpful resources

Announcements
Microsoft Fabric Learn Together

Microsoft Fabric Learn Together

Covering the world! 9:00-10:30 AM Sydney, 4:00-5:30 PM CET (Paris/Berlin), 7:00-8:30 PM Mexico City

PBI_APRIL_CAROUSEL1

Power BI Monthly Update - April 2024

Check out the April 2024 Power BI update to learn about new features.

April Fabric Community Update

Fabric Community Update - April 2024

Find out what's new and trending in the Fabric Community.