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

Data Days is here! Join us now for 60+ days of learning, challenges, and connection. Learn more

Reply
Anonymous
Not applicable

Microsoft Power Query Refresh update

Does any one have a solution for updating Microsoft Power Query Refresh API version (V29). Salesforce sent a notification that it is now outdated.

11 REPLIES 11
Anonymous
Not applicable

This may help: https://forcewalk.com/salesforce-summer23-api-v21-30-retirement-summer25-integration-problem-with-mi... 

"To be able to make PowerBI use the desired Salesforce APEX API version, Data or Business consultants have to mention the API version to use, directly in the connexion configuration (Salesforce Login URL could be replaced by the domain name URL of the concerned Salesforce instance)

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

"

Anonymous
Not applicable

Thanks for this, indeed this seems to resolve it, however:

 

there is some loss of functionality if one is using [CreateNavigationProperties = true], since the Source statement can only take 2 parameters: 

 

Source = Salesforce.Data("https://na126.salesforce.com", [CreateNavigationProperties = true])
 
so [CreateNavigationProperties = true] needs to be replaced by [ApiVersion=57.0], which isn't ideal since the 

Source = Salesforce.Data("https://na126.salesforce.com", [CreateNavigationProperties = true, ApiVersion = 57.0])
 
 
Anonymous
Not applicable

That worked out perfectly - thank you much, learned something new today !

Anonymous
Not applicable

Hi there,

 

The Summer'25 is approaching fast and I also got this error message - can someone from the MSFT support answer how this is going to be addressed, please ? 

 

Thanks,

Vladimir

 

valdano_34_0-1729195963320.png

 

DanielRamos
Frequent Visitor

Any updates on this? =/

Now running on v48

 

lbendlin_1-1719004508863.png

 

I am still getting this error. 

Anonymous
Not applicable

Hi, looking at the same issue. However Salesforce delayed the legacy API retirement until summer '25, so hopefully an update will come through by then.

Anonymous
Not applicable

No I did not

Anonymous
Not applicable

Hi did you get solution for this from any other portal?

Helpful resources

Announcements
Fabric Data Days is here Carousel

Fabric Data Days 2026

Don't miss out on Data Days, June 15 through August 7. Learn Fabric, Power BI, SQL, AI and more.

May Power BI Update Carousel

Power BI Monthly Update - May 2026

Check out the May 2026 Power BI update to learn about new features.

Power BI DataViz World Championships carousel

Power BI DataViz World Championships - June 2026

A new Power BI DataViz World Championship is coming this June! Don't miss out on submitting your entry.

Top Kudoed Authors