Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Register now to learn Fabric in free live sessions led by the best Microsoft experts. From Apr 16 to May 9, in English and Spanish.

Reply
ruthhacche
Helper III
Helper III

SalesForce Spring 2022 release - connection issues with PowerBI

Salesforce did a Spring 2022 release.  As part of this they disabled API versions 25 and older (which we think was from ages back before we ever even started Pbi).

 

One of our salesforce tables (Opportunity) has stopped connecting and will not refresh (Error: The column 'IsPrivate' of the table wasn't found – we have no such column).  If we edit the dataflow, the data all shows but anything connecting to that dataflow says it is an empty table.   If we connect to salesforce opportunities direct into a new dataset (not via the dataflow) it works fine.  But we can see something here when we do this:


In the data flow (that is being troublesome) we connect as:

let

    Source = Salesforce.Data()

    Opportunity1 = Source{[Name="Opportunity"]}[Data]

 

In a new connection direct into a dataset it connects as follows now:


let

    Source = Salesforce.Data("https://login.salesforce.com/", [ApiVersion=48]),

    Opportunity1 = Source{[Name="Opportunity"]}[Data]

 

So back to the dataflow and change the connection to include that extension and it works.  But we have only had to do this on the Opportunity table – all other tables are coming through fine with no extension.

Just posting this in case it helps anyone else.

1 REPLY 1
v-jayw-msft
Community Support
Community Support

Hi @ruthhacche ,

 

Thanks for sharing!

 

Best Regards,

Jay

Community Support Team _ Jay
If this post helps, then please consider Accept it as the solution
to help the other members find it.

Helpful resources

Announcements
Microsoft Fabric Learn Together

Microsoft Fabric Learn Together

Covering the world! 9:00-10:30 AM Sydney, 4:00-5:30 PM CET (Paris/Berlin), 7:00-8:30 PM Mexico City

PBI_APRIL_CAROUSEL1

Power BI Monthly Update - April 2024

Check out the April 2024 Power BI update to learn about new features.

April Fabric Community Update

Fabric Community Update - April 2024

Find out what's new and trending in the Fabric Community.

Top Solution Authors
Top Kudoed Authors