Forum Discussion
Combining Tables from different data sources in Tabular Model
- 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})
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})
- Anonymous2 years agoNot applicable
How would you do this where the data source is different databases/files?
- Vijay_A_Verma2 years agoMost Valuable Professional
The above is not dependent upon whether data source is same or different.
- Anonymous2 years agoNot applicable
Hi
Thank you for helping me.
Could you share some M code with me?
Where do you go to create the new query?
I only know how to combine tables from the same source eg Import New Tables from a specific source and then appending multiple queries when I import multiple from the same source.