Forum Discussion

Anonymous's avatar
Anonymous
Not applicable
2 years ago
Solved

Combining Tables from different data sources in Tabular Model

I have two different SQL server databases/data sources in my Tabular Model I would like to combine two tables from two different sources (one table from each source) with the exact same design in ...
  • Vijay_A_Verma's avatar
    2 years ago

    In PQ, in a new Query, you can put following formula where you would need to replace Table1 and Table2 with respective query names

    =Table.Combine({Table1, Table2})