3
2
Using Power Query, I pull in two reports from Salesforce using Power Query > Get external Data > From Online Services
.
I load them into tables in two different sheets, and then create a third worksheet and table using Data > Get external Data > From other sources > From MS Query > From Excel
referencing the workbook itself.
Now I can change the SQL Command text under Connection Properties
and reference the Salesforce reports by using the Worksheet they're in (e.g. [Sheet2$]
)
I am successfully able to change my Salesforce reports online and have the change show up in my Excel, and using SQL, I can do things with the data in a way that I'm familiar with.
My question: Can I do the same thing, without loading the Salesforce reports into worksheets? Without MS Query'ing the woorkbook itself?
Have you tried not loading the source data into Excel and simply making a connection in Power Query? – Sudachi – 2017-11-07T23:44:24.540
@Sudachi If I don't load the data into Excel, and just make the connection, I don't know how to access the data in my SQL command text. – tilman – 2017-11-08T15:55:02.903