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

The Power BI Data Visualization World Championships is back! Get ahead of the game and start preparing now! Learn more

Reply
Anonymous
Not applicable

Salesforce API version with Power BI Salesforce integration

Hi,

 

Does anyone know which Salesforce API version is used with Power BI Salesforce integration?

Looks like it is 29.0 or less because some objects and columns are not available when getting SF data and but can anyone confirm this?

I came to this conclusion because if I use other tools to query SF data and use API version 29.0 or less there, same objects and columns are not available but if I use version 30.0 the objects and columns which I would need are available.

And a question to MS Power BI teams, is there any plan to update Salesforce API to newer version?

 

BR

Aksa

1 ACCEPTED SOLUTION
Anonymous
Not applicable

@Anonymous,

I use Fiddler to capture the connection process to Salesforce object in Power BI Desktop, and find that the Salesforce API version is v29.0.

1.PNG

Currently, I haven't found any official inforation stating the plan the update Salesforce API to newer versiom. If you need to connect to salesforce objects that are supported by V30.0, you can use web connector in Power BI Desktop to connect to Salesforce rest api.

Regards,
Lydia

View solution in original post

4 REPLIES 4
mark_carlisle
Advocate IV
Advocate IV

I know this is an old topic but you can change the API version used by Power BI by specifiying the API Version in the query using [ApiVersion=XX.X].

 

 

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

 

 

I was encounting the same issue with missing columns and only stumbled upon this in the Power Query M functions library when I was looking for something else.

 

Should be an advanced option with the UI in my opinion.

 

Source: https://docs.microsoft.com/en-us/powerquery-m/salesforce-data

Mark- this was SUPER helpful...  Salesforce is forcing us to move to v30.0 and we needed a solution for controlling the REST API version.  Now we just place it in the connection!  Easy peezy!

This should be the solution. Thanks Mark!

Anonymous
Not applicable

@Anonymous,

I use Fiddler to capture the connection process to Salesforce object in Power BI Desktop, and find that the Salesforce API version is v29.0.

1.PNG

Currently, I haven't found any official inforation stating the plan the update Salesforce API to newer versiom. If you need to connect to salesforce objects that are supported by V30.0, you can use web connector in Power BI Desktop to connect to Salesforce rest api.

Regards,
Lydia

Helpful resources

Announcements
Power BI DataViz World Championships

Power BI Dataviz World Championships

The Power BI Data Visualization World Championships is back! Get ahead of the game and start preparing now!

December 2025 Power BI Update Carousel

Power BI Monthly Update - December 2025

Check out the December 2025 Power BI Holiday Recap!

FabCon Atlanta 2026 carousel

FabCon Atlanta 2026

Join us at FabCon Atlanta, March 16-20, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.

Top Solution Authors