Forum Discussion
Anonymous
2 years agoNot applicable
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 ...
- 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})
Anonymous
2 years agoNot applicable
hi Anonymous
I saw this response of yours on a similar posting. https://community.fabric.microsoft.com/t5/Developer/Tabular-Editor-Union-tables/m-p/2166059
Is it possible to append tables from two different data source in the Power Query graphical interface using the import tables from source function. Can this be done using "Expressions" part of Tabular Model?