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

July 7 - July 17 | Round 2 of the Power BI Dataviz World Championships. Don't miss your chance! Learn more

Reply
YvonneA2020
Frequent Visitor

Power BI Rest API create data source gives PowerBIEntityFrameworkOperationException

Hi,
I have been using the Power BI API Gateways - Create Datasource  to add a datasource to my gateway after some other errors about the database username and connection string I now have the error PowerBIEntityFrameworkOperationException which to me seems an intenal error and not a 400 BadRequest because I have no idea what I need to fix in my request to solve this issue.
My request body:
{
"dataSourceType": "Sql",
"connectionDetails": "{\"server\":\"LAPTOP-xxxxxx\\\\PARKBASE\",\"database\":\"AdventureWorksDW2017\"}",
"credentialDetails": {
"credentials": "bD5woAOt/rtaVeGAC+RMDL.......",
"credentialType": "Windows",
"encryptedConnection": "Encrypted",
"encryptionAlgorithm": "RSA-OAEP",
"privacyLevel": "Organizational",
"useCallerAADIdentity": false
},
"dataSourceName": "YA26"
}

 The error:

{"error":{"code":"PowerBIEntityFrameworkOperationException","pbi.error":{"code":"PowerBIEntityFrameworkOperationException","parameters":{},"details":[]}}}

So it isn't telling me anything about what I'm doing wrong. 
I have added the same information in through the https://app.powerbi.com/  and that worked fine with the same information.

1 ACCEPTED SOLUTION
Anonymous
Not applicable

@YvonneA2020  @jpu  - We were having the same problem so we opened a support ticket with Microsoft. Today the support representitive asked us to try calling the API again. We did and it now appears to be working. We didn't need to make any changes on our side.

View solution in original post

5 REPLIES 5
Anonymous
Not applicable

@YvonneA2020  @jpu  - We were having the same problem so we opened a support ticket with Microsoft. Today the support representitive asked us to try calling the API again. We did and it now appears to be working. We didn't need to make any changes on our side.

jpu
Frequent Visitor

I can confirm that error is gone. Thanks alot! 🙂

jpu
Frequent Visitor

I'm facing the same issue.. Any luck finding a solution?

lbendlin
Super User
Super User

Have you tried doing the same in the sandbox? (Via the "try it" button?)

 

Gateways - Create Datasource (Power BI Power BI REST APIs) | Microsoft Docs

 

 

I tried it and not suprisingly got the same error:
{"error": {"code": "PowerBIEntityFrameworkOperationException","pbi.error": {"code": "PowerBIEntityFrameworkOperationException","parameters": {},"details": []}}}

Helpful resources

Announcements
FabCon and SQLCon Barcelona 2026

FabCon & SQLCon – Barcelona 2026

Join us in Barcelona for FabCon and SQLCon, the Fabric, Power BI, SQL, and AI community event. Save €200 with code FABCMTY200.

60 days of Data Days Carousel

Data Days 2026

Join Fabric Data Days 2026: 60 days of free live/on-demand sessions, challenges, study groups, and certification opportunities.

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 Solution Authors