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

Embed report with SQL database as data source

Hi
I have embedded my report in edit mode using service principal. I am able to edit and save reports whose data source is excel file. However, I am getting status 400 error when I try to embed report whose data comes directly from SQL database.

Is there any different method for these reports? Do I need any other permission or access to embed these reports?

I am using only import mode for my report and the code is from PowerBI-Developer-Samples repo from microsoft:

https://github.com/microsoft/PowerBI-Developer-Samples

 

Error:

naam_nrj_0-1712150597738.png

Body of API call:

 

 

{
reports: [ { allowEdit: true, id: '<my report id>' } ],
datasets: [ {id: '<my dataset id>'} ],
targetWorkspaces: [ { id: '<workspace id>' } ]
}

 

 

 

Code where it generates embed token:

 

 

const embedTokenApi = "https://api.powerbi.com/v1.0/myorg/GenerateToken";
const headers = await getRequestHeader();

console.log("======Body=========\n", formData)

// Generate Embed token for single report, workspace, and multiple datasets. Refer https://aka.ms/MultiResourceEmbedToken
const result = await fetch(embedTokenApi, {
    method: 'POST',
    headers: headers,
    body: JSON.stringify(formData)
});

 

 

Error I am facing:

 

 

Response {
  size: 0,
  timeout: 0,
  [Symbol(Body internals)]: {
    body: PassThrough {
      _events: [Object],
      _readableState: [ReadableState],
      _writableState: [WritableState],
      allowHalfOpen: true,
      _maxListeners: undefined,
      _eventsCount: 5,
      [Symbol(shapeMode)]: true,
      [Symbol(kCapture)]: false,
      [Symbol(kCallback)]: null
    },
    disturbed: false,
    error: null
  },
  [Symbol(Response internals)]: {
    url: 'https://api.powerbi.com/v1.0/myorg/GenerateToken',
    status: 400,
    statusText: 'Bad Request',
    headers: Headers { [Symbol(map)]: [Object: null prototype] },
    counter: 0
  }
}

 

 

 

2 REPLIES 2
Anonymous
Not applicable

Hi @Anonymous 

I have update the question with more details.

I am using semantic model and import mode to get data from database.

I have exactly what the documentation says. Still I am unable to retrieve the embed keys.

I did not find any topic like this on the internet so I am not sure what's the cause of this error.

Reports with excel data as data source are working fine.

While I tried asking gemini for this, it suggests to give my service principal the admin acces to my SQL database. I doubt if its the right solution so I thought lets ask professionals.

 

Anonymous
Not applicable

HI @Anonymous,

What type of connection more are you worked? Please share some more detailed information to help us clarify them and troubleshoot.

How to Get Your Question Answered Quickly  

In addition, you can also take a look at the official document limitation list if they meet to your scenario:

Embed Power BI content in an embedded analytics application with service principal and an application secret - Power BI | Microsoft Learn

Regards,

Xiaoxin Sheng

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.