The ultimate Microsoft Fabric, Power BI, Azure AI, and SQL learning event: Join us in Stockholm, September 24-27, 2024.
Save €200 with code MSCUST on top of early bird pricing!
Find everything you need to get certified on Fabric—skills challenges, live sessions, exam prep, role guidance, and more. Get started
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.