Forum Discussion
Anonymous
7 years agoNot applicable
combining data points from multiple fields into one cell for a given connecting ID
Hi - how can I combine a data-point from Table 1 with a data-point from Table 2, in a 3rd Table (e.g. the combined Table). The data-points are connected thru a unique ID. The result should give me a...
PhilC
7 years agoResolver I
Sounds like you want to use Merge Queries to combine the tables, and then once you have all the columns you need, you can merge these (either keeping the original columns or not.
See below for using Merge Queries, there will also be a lot of videos showing this process if you search.
https://www.powerquery.training/portfolio/merge-tables/
This article is a good walk through the difference between the two ways to merge columns
https://www.sumproduct.com/blog/article/power-query-blogs/power-query-merge-columns-vs-merge-columns
Cheers
- Anonymous7 years agoNot applicable
Thanks! I ended up using a list to get to work.