Forum Discussion
Salesforce Connection - Missing Objects
Hi,
In addition to checking object permissions, there are a few other things worth verifying when Power BI doesn't display all Salesforce objects:
* Make sure the Salesforce user has API Enabled permission and Read access to the object.
* Try updating the Salesforce API version in the Power Query source. Older API versions may not expose newer objects.
* If you're using the Salesforce Objects connector, verify that you're connecting to the correct Production or Custom URL.
* Clear the stored Salesforce credentials in Power BI Desktop and reconnect to refresh the metadata.
If the missing object is a custom object or was introduced in a newer Salesforce release, updating the `ApiVersion` in the `Salesforce.Data()` function can often resolve the issue.
Could you also let us know whether the missing objects are standard or custom Salesforce objects?