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
-1
votes
1 answer
How to listen to the event that a visual is selected?
When a visual is selected (by mouse or keyboard), the Visualizations pane will highlight the visual type icon and list the things related to the selected visual.
How do I implement such functionality?
Checking each visual.isActive() in active page…

Ming
- 1
-1
votes
1 answer
How to define new and existing customers on Power Bi using DAX?
I would like to define 2 sets of customers to identify number of product opens per year and the type of customer they are:
Existing Customer Adds Product - these are customers who had an existing account with us previously (previous year) but then…

Exceling123
- 1
- 2
-1
votes
1 answer
Power BI Iframe: Issue with IE and Edge
We have an Application Developed in ASP.NET inside which we have added an embedded Power Bi Dashboard using iFrame.
The Dashboard is working as expected in Chrome but facing the following issues with IE and Edge.
On IE the Dashboard is not being…

appootan
- 19
- 1
- 13
-1
votes
1 answer
PowerBI Embedded not working because of X-Frame-Options
I'm using powerbi-service-js to embed reports in my Angular 8 application. Until October 3rd, everything worked fine. I would log in to the url (https://login.microsoftonline.com/common/oauth2/token) and then make a request to the powerbi API to get…

João Victor
- 31
- 7
-1
votes
1 answer
Step by Step How to embed PowerBI-JavaScript API into project HTML CSS JS
I want to know way that can embed PowerBI-JavaScript into HTML JS CSS project.
I have watched in https://microsoft.github.io/PowerBI-JavaScript/demo/v2-demo/index.html# but it not enough to clearly know !
So anybody can help me ! Step by Step !…

Erik
- 13
- 3
-1
votes
1 answer
Power BI License
When we try to Add Power BI Embedded machine in Azure console. It asks us to select machine size like A1, A2, A3 and according to that it has pricing
1) Is that monthly price only infrastructure cost or it includes Power BI license cost
2) Do we…

Tarun
- 517
- 4
- 9
- 24
-1
votes
2 answers
How to create a expandable nested list visual in Power BI
How to create expandable nested list visual in Power BI which something looks like below image.
I tried searching on internet but couldn't find anything related.

Shahab Haidar
- 625
- 3
- 11
- 25
-1
votes
2 answers
How to Remove "Microsoft Power BI" footer from the report while publishing to web
Please let us know how to remove "Microsoft Power BI" footer from the report while publishing to web.
Please find the below snapshot.

Muthusamy Pandurangan
- 19
- 1
- 2
-1
votes
2 answers
power BI reports server contents embedding into saas application
I have published Power BI Desktop reports to on premises version of Power BI, now I need to embed these reports to a SAAS application for my customers. What is the best way to do this?
-1
votes
1 answer
Power BI Embedded
We embedded a report into web application and now a user want to build his
own dashboard from the report but pin a tile to dashboard option is
not available can we embed pin to dashboard option? Can we handle it
in API?
As we have email…

Bhavitha
- 1
- 1
-1
votes
1 answer
How Power BI handles data filtering based on user access?
Can we add user restriction in SQL like SSRS report or do we need to do something else?
We are using a master PBI account to embed the report feature.
Access permission need to set on data level. Within any power BI report, user has to see the data…

Ishan Malik
- 139
- 3
- 12
-1
votes
1 answer
Embed Google maps with Microsoft Power BI
I am a power BI user. I want to embed Google Maps in Power BI so as to have a flexibility like:
Lat and Long
I want them to get plotted on the Google map and when I click a location on google map, it should give me the option to put up the…

NSDC India
- 11
- 1
-1
votes
1 answer
Integrate jenkins to Power BI
How can I integrate Jenkins to POWERBI, i.e, getting jenkins jobs build and failed And JOb NUMBERS to POWERBI.

pramod s
- 31
- 2
- 7
-1
votes
2 answers
Powerbi desktop reports are not refreshed in powerbi website
I am working on powerbi charts, in one of my current project I made charts using powerbi desktop of my data.after that I have published those reports into powerbi website.
but when I was published those reports in powerbi website, these can't be…

Pradeep
- 5,101
- 14
- 68
- 140
-2
votes
0 answers
Power BI integration in Blazor Application: Operation returned an invalid status code 'Unauthorized''
We are Integrating Power BI into Blazor Web Application
we have followed the instruction given in Microsoft Documentation
We have Followed the Step 1 and Created User in Azure AD security group and Enabled the Power BI service admin settings
Please…