Forum Discussion

Jamesmry's avatar
Jamesmry
New Member
4 months ago
Solved

[PowerQuery] add (same) column from another table

Hi,   I just stumbled on a difficulty for which I cannot find a simple solution yet : I am trying to add another a column from one table/query to another. It would look like this: ColumnA - Or...
  • v-echaithra's avatar
    v-echaithra
    3 months ago

    Hi Jamesmry ,

    Thank you for your follow up. Regarding your additional questions:

    Power Query is designed around table transformations and relational operations, so bringing data from another table is typically handled through Merge Queries rather than a direct “copy matching column” button in the UI. While it may feel like a missing shortcut, the intended approach is to explicitly define how the two tables relate (common key, join type, etc.), which provides more control and reliability for different data scenarios.

    As for the Combine Files option being grayed out, this usually happens when the source is not connected through the Folder connector. The Combine Files feature is specifically enabled when you import data using Get Data > Folder, where Power Query can detect multiple files in one location and apply the same transformation pattern across them. If the files are loaded individually or through another connector, that option may remain unavailable.
    To add a column from another table, the recommended method is Merge Queries + Expand.
    To use Combine Files, connect through the Folder source so Power Query can recognize the files as a group.
    Hope this clarifies the behavior.

     

    Thank you.