March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount! Early bird discount ends December 31.
Register NowBe one of the first to start using Fabric Databases. View on-demand sessions with database experts and the Microsoft product team to learn just how easy it is to get started. Watch now
Hi guys,
We have an easy-to-reproduce issue that is critical to all users who have the Salesforce Objects connector in any of their queries.
The August 2018 version of Power BI Desktop (2.61.5192.601) does not allow the framework to refresh any queries that use the Salesforce Objects connector. [The Salesforce Reports connector is unaffected.]
To demonstrate this, simply add the following text into Power Query using the Advanced Editor.
let Source = Salesforce.Data(), SFDCObject = Source{[Name="Campaign"]}[Data], // Change this table name to be any SFDC table with >2000 records in it Custom1 = Table.Range(SFDCObject, 2001, 1) in Custom1
The code is trying to return the 2001st record from any Salesforce Objects data set (assuming that it initially has >2000 rows!). Symptoms: The framework can happily extract the first 2000 rows without issue, but any subsequent rows fail to return and the Refresh data screen never completes. The only option is to cancel the dialog, and that often results in a hang.
As a result, we cannot refresh any Salesforce Object datasets within Power BI Desktop (Aug 2018 version). The functionality works fine with ALL previous versions of Power BI Desktop.
This is preventing us from being able to use the latest version of the software. please can you address this ASAP?
Many thanks,
Geoff Richardson
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.