Power BI Embedded is a set of globally available, cloud-scale business analytics tools to analyze data and build data visualizations. Questions about this service might have this tag.
Questions tagged [powerbi-embedded]
1072 questions
6
votes
6 answers
What Difference between power BI premium and power BI Embedded
Can any one help me to explain difference between power BI premium and power BI Embedded?

Rajesh Kumar
- 602
- 6
- 20
6
votes
3 answers
How to export power bi embedded report to pdf using mvc c#
I have embedded a power bi online report into my MVC C# application and its rendering properly. Further I am trying to export it into PDF, but didn't find a way to do it.
I have tried jsPDF and Cavas2html, but that didn't work.
Is there any…

Vishnu Chandel
- 113
- 2
- 10
6
votes
1 answer
Power BI embedded, direct query, not refreshing
I have implemented Power BI embedded in a web app with direct query using Azure SQL as data source.
The Azure SQL database is being updated by webjobs and if I leave open the Power BI embedded web app I don't see the visuals refreshing with the new…

donquijote
- 1,642
- 5
- 19
- 41
5
votes
2 answers
Could not grant admin consent. Your organization does not have a subscription (or service principal) for the following API(s): Power BI Service
I have activated Power BI Pro License in my tenant.
I have Azure AD with Same Account.
I have added following Permissions.
In the screenshot, I have added these Power BI Service Permissions which need admin access
My account has full admin…

Dhruvin Shah
- 83
- 1
- 7
5
votes
3 answers
Power BI Embedding in Angular UI Application
We have developed a Power BI report and we have a requirement to embed the Power BI report inside an Angular Application. The Angular Application works with OAuth authentication. We have seen how to embed the Power BI Report (as mentioned in the…

Silly John
- 1,584
- 2
- 16
- 34
5
votes
2 answers
Exporting all data programically from powerBI Visual
I have to export all data from PowerBI visual.
I managed to use a library powerbi.js (https://github.com/Microsoft/PowerBI-JavaScript/wiki/Export-Data) and manage to implement the following solution:
report.page("ReportSection").getVisuals()
…

Marek
- 3,935
- 10
- 46
- 70
5
votes
8 answers
Angular5 PowerBI Embed not working
I am trying to get a sample power BI embed (user owns data mode) working in an angular5 application. Below is what I have done so far:
Installed powerbi & powerbi client npm packages.
I have created an AAD app and given all access to powerbi…

Unnie
- 918
- 8
- 30
5
votes
2 answers
is it possible to Dynamically add/remove tiles from dashboard via power bi-embedded
https://microsoft.github.io/PowerBI-JavaScript/demo/v2-demo/index.html#
Hi,
was wondering if it's possible to dynamically add/remove tiles from the dashboard via power bi-embedded. Imagine that the user wants to add there own tile and arrange it…

darewreck
- 2,576
- 5
- 42
- 67
5
votes
1 answer
REST API Azure Error: 'Microsoft.Rest.HttpOperationException' Operation returned an invalid status code 'Un Authorized'
I am developing the Embedded Power BI in my application.When I am accessing the reports from my power BI Account. I am unable to get the exception as
REST API Azure Error: 'Microsoft.Rest.HttpOperationException' Operation returned an invalid status…

prasanthi
- 562
- 1
- 9
- 25
5
votes
1 answer
How to Get PowerBi Embeded Report's Filters' Options
We are trying to hide the native filter panel of the embeded powerbi report, and create a toally new look filter panel aside the embeded powerbi report with ourselves html and js code.
The problem we have is how do we get all the options of a…

frank
- 1,252
- 1
- 12
- 17
5
votes
1 answer
"No element in the source document matches..." (NuGet Install Error)
I'm trying to install a package via the package manager console for PowerBI, and I keep getting this error:
Install-Package : An error occurred while applying transformation to 'Views\web.config' in project 'Application': No element in the…

Probably
- 426
- 5
- 19
4
votes
1 answer
Is it possible to embed a Power BI dashboard into an Medium article?
The medium.com help page states that it supports Emdebly with over 300+ providers. Would it be possible to embed a Power BI dashboard via one of these providers? Power BI is not listed, but perhaps it's possible by using one of the other providers?…

Steve de Peijper
- 76
- 1
- 8
4
votes
2 answers
Powerbi embedded - Export to pdf with slicers/filters applied
I'm trying to implement the "Export to PDF" functionality for my Power BI reports embedded (https://learn.microsoft.com/en-us/power-bi/developer/embedded/export-to). The process explained in the docs is pretty clear, but I have only one doubt that…

MFF
- 137
- 8
4
votes
1 answer
Not getting report.getPages in Embedded Power BI report
While trying to get the Visuals from a Embedded Power BI report in .Net MVC Application, I tried the below mentioned code from Embedded Power BI Playground site. But I am not able to get the Visuals. On debugging, I could see values for getPages…

Shilpa
- 41
- 1
- 4
4
votes
2 answers
How to use powerbi-client dependency in Angular application, without breaking jest tests?
My goal is to use powerbi-client in my Angular 9 application. My POC component works great, using the library like this:
import * as pbi from 'powerbi-client'; // It's installad in package.json
However, when I run my unit tests with jest, I get…

DauleDK
- 3,313
- 11
- 55
- 98