Forum Discussion
Anonymous
9 years agoNot applicable
Cannot access Salesforce work order object via Power Query or Power BI Desktop
I cannot see the Salesforce work order object via the power query or power BI desktop connector. I can succesfully view and query many other objects but the work object does not appear in the power q...
Anonymous
9 years agoNot applicable
Hi Anonymous,
I am not able to view your screenshot.
However, if you have sufficient permissions on these standard objects in Salesforce, and you are not able to view all standard objects which are available in API version 36.0 or later, I agree with you, the Power BI Desktop may use earlier version of Salesforce API.
Thanks,
Lydia Zhang
Anonymous
7 years agoNot applicable
To access Work Order, you can specify the version of the API used by the connector :
Salesforce.Data(URL, [CreateNavigationProperties=true, ApiVersion=36.0]
- HansTheEnforcer7 years agoHelper I
Please accept Anonymous solution,
I can confirm this works. FYI API version at this point in time is up to v45