Good morning , I am very new to this power query and I want to implement, raise multiple tables in DBF from various databases, all databases have the same tables, since each database belongs to a branch different.
I'm reading this but I can't understand how I should put it together. Can I pass you the base query that I have of a table and would you help me adapt it to be able to raise all of them more automatically?
From already thank you very much
let
Source = OleDb.DataSource("Provider=Microsoft.ACE.OLEDB.12.0;Data Source=C:\Users\matiasvizzari\Documents\Lince\DPILAR\DBF\;extended properties=dBASE IV",
[Query="select * from [ped.dbf]"])
in
Source
Bookmarks