Power BI is turning 10, and we’re marking the occasion with a special community challenge. Use your creativity to tell a story, uncover trends, or highlight something unexpected.
Get startedJoin us for an expert-led overview of the tools and concepts you'll need to become a Certified Power BI Data Analyst and pass exam PL-300. Register now.
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"
Solved! Go to Solution.
@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/
Use Merge Queries in Query Editor - https://docs.microsoft.com/en-us/power-query/merge-queries-overview
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.
Use Merge Queries in Query Editor - https://docs.microsoft.com/en-us/power-query/merge-queries-overview
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.
@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/
This is your chance to engage directly with the engineering team behind Fabric and Power BI. Share your experiences and shape the future.
Check out the June 2025 Power BI update to learn about new features.
User | Count |
---|---|
75 | |
68 | |
54 | |
37 | |
35 |
User | Count |
---|---|
66 | |
66 | |
59 | |
53 | |
45 |