Forum Discussion
Quest
Advocate I
4 years agoSalesforce API version
I have a dataflow with over 20 objects from Salesforce. I see that the default version of Sales force api in Power bi is 29. I want to use another version or the current version I tried this for ex...
- 4 years ago
Hi, Quest
Here are some references that may be helpful:- There's a limit on the number of fields a query to Salesforce can contain. The limit varies depending on the type of the columns, the number of computed columns, and so on. When you receive the Query is either selecting too many fields or the filter conditions are too complicated error, it means that your query exceeds the limit. To avoid this error, use the Select Query advanced option and specify fields that you really need.
API Request Limits and Allocations
Salesforce balances transaction loads by imposing three types of limits:
- Concurrent API Request Limits
- API Timeout Limits
- Total API Request Allocations
When a call exceeds a request limit, an error is returned.
Salesforce Reporting row number Limitations
Power Bi Integration with Custom Salesforce Objects. ( Not Reports)
Connect Salesforce to Power BI: 2 Easy Methods
Best Regards,
Community Support Team _ Zeon Zheng
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Quest
Advocate I
4 years agoThanks