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
29
votes
2 answers
Passing parameters to Power BI filter programmatically
In my application I'm displaying a Power BI report. It already works, so there's no problems with showing any report by its ID (guid).
But there are some reports that need to be parametrized, for instance, with current year or person who views the…

andrew.fox
- 7,435
- 5
- 52
- 75
15
votes
4 answers
Node js App integration with power bi rest Api
Is there a way using power bi rest API in node js, I watched video ,Ran Breuer and Arina Hantsis were showing the demo here,Setting up and Getting Started with Power BI Embedded I want to achieve same but using node js, in our development…

Jo Joy
- 333
- 2
- 14
11
votes
1 answer
PowerBI Embedded: 401 (Unauthorized) from wabi-north-europe-redirect.analysis.windows.net/explore/explorations/.../cache
I recently updated from the old Power BI embedded method to the new one. Everything works fine and the report loads but in the console I get:
POST https://wabi-west-europe-redirect.analysis.windows.net/explore/explorations/2210976/cache 401…

Martin
- 880
- 8
- 20
10
votes
5 answers
PowerBI AADSTS90002: Tenant authorize not found
Reference: Power BI Sample Solution
I have moved the necessary code from the sample solution to my solution and its giving me the following error when authenticating:
AADSTS90002: Tenant authorize not found. This may happen if there are
no active…

AxleWack
- 1,801
- 1
- 19
- 51
10
votes
5 answers
How to get WorkspaceId in PowerBI?
I am new to PowerBI. I am trying to implement "App owns data" i.e. embed reports within my web application. I am following this article https://learn.microsoft.com/en-us/power-bi/developer/embed-sample-for-customers
I have downloaded the sample app…

devanalyst
- 1,348
- 4
- 28
- 55
10
votes
1 answer
Pass several parameters in StartLogin function
I am building a custom connector to connect to our API via OAuth2. This is so we can use our api as a data source to powerbi.
// Resource definition
Resource = [
Description = "MyAPI",
Type = "Custom",
…

sudeepdino008
- 3,194
- 5
- 39
- 73
8
votes
3 answers
How to generate PDF output of powerbi embedded report
I have a powerbi report embedded to my webpage. What I need is to add an "export" button to my page and export the report to the PDF when the button is clicked. How can I achieve this? People online advises using report.print() or window.print(),…

Eray Balkanli
- 7,752
- 11
- 48
- 82
8
votes
0 answers
steps to integrate PowerBI report on Java application
JavaScripts Required
jquery.js
powerbi.js
Generate AAD token
I assume that you have Native application built already and all required Power BI Access has been given.If not then refer steps A to C below.
I used the steps mentioned on this…

Ashore
- 77
- 1
- 1
- 4
8
votes
2 answers
How do you get rid of the grey border with the report visuals with power bi embedded?
When i render the power bi visuals, I notice that there is a grey border on the right and left side of the image. Is there a way to get rid of that?
It's awkward that the grey border is not effecting the top or bottom of the iframe.
Thanks,
Derek

darewreck
- 2,576
- 5
- 42
- 67
8
votes
1 answer
How to pass parameter to PowerBI Embedded via embedded URL
I have an IFrame which shows a PowerBI embedded Report that having world map. Can I pass a parameter to PowerBI Embedded via embedded URl to filter my report based on a specific country.
Thanks

NKDev
- 456
- 3
- 8
- 23
7
votes
1 answer
How to create a switch that toggles which relationship to use?
I want to create switch button that will be changing date (By Accounting date or by Effective date) by which report is viewed.
Currently, I have active relationship by Effective date and inactive relationship by Accounting date.
Using…

Serdia
- 4,242
- 22
- 86
- 159
7
votes
4 answers
How to determine a Power BI report's width and height for embedding
I am trying to embed a Power BI report into an iFrame in a web page. I have a list of reports gathered from the Power BI Rest API, and I would like to dynamically load the reports into an iFrame on the same page.
Only problem is, I can't seem to…

topher-j
- 2,221
- 5
- 24
- 35
7
votes
2 answers
Power BI: Query parameters in an embed request
Does anyone know of a way in Power BI to set query parameters as described here from an embed request instead of inside desktop? We are attempting to setup a system where we use power bi to power visualizations within our app for customers to view…

Evan Snapp
- 523
- 5
- 21
7
votes
1 answer
Is it possible to embed power bi into desktop application?
I'm an ISV developing a desktop application and would like to consider using power bi embedded for my application, but just can't seem to find information if it is possible to use inside desktop application.
Searching on SO / Googe did not give me…

Prokurors
- 2,458
- 3
- 40
- 65
6
votes
2 answers
Unauthorized response on GetReportInGroupAsync PowerBI Embedded API call using Service Principal
I'm attempting to embed Power BI reports into my .Net Core application, however I'm unable to get a valid response back from the request. I'm using the Microsoft.PowerBI.API package and an azure app registration with service principal.
As far as I…

HaydenThrash
- 97
- 2
- 9