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
4
votes
0 answers
PowerBI on-premises: Authentication Token without AAD access?
I have an environment that is entirely on-premises( PowerBI Report Server ). I will show my reports to the external users logged in my company site through Iframe.
Problem: External users will see the report on the company page. I need to secure…

gomeslhlima
- 141
- 8
4
votes
1 answer
Unable to generate embed token for accessing dataset due to missing roles in effective identity
I have embedded powerbi report which was working fine until I changed my database.
I observed datasets.IsEffectiveIdentityRequired (in below code) was false earlier, now as it is true, I'm getting an error -…

sajid irfan
- 337
- 4
- 11
4
votes
3 answers
PowerBi-Javascript report embedding cluster details 403 error
I'm trying to display a power bi report in a typescript app.
I've successfully obtained an access token from AAD, and can in fact use it via the power bi rest api. I'd like to be able to use PowerBi-Javascript, for cleanliness and being able to…

meta
- 829
- 1
- 10
- 23
4
votes
1 answer
Status: Unauthorized (401) error while getting the reports from the workspace
I have created my app and registered over https://dev.powerbi.com/Apps as Native. In Azure, I added myself ad global admin user, registered myself to the application as admin, granted all Power BI API permissions. I created a workspace, added myself…

Eray Balkanli
- 7,752
- 11
- 48
- 82
4
votes
1 answer
How to render report charts after filters are applied in PoweBI
Normally in BI tools, I open a report page, see empty tables, their column names, and empty charts. I select some filters from header place and click on the View button to query report and see the result.
But in PowerBI, when I open a published…

Ozan Dikerler
- 55
- 8
4
votes
1 answer
Highcharts in Power BI
Can we use highcharts in power bi ?
I wanted to use the highcharts visualization in Power BI.
If anyone has tried please provide me with any link or article.
Thanks in advance!

Prayag15
- 393
- 3
- 13
4
votes
3 answers
Power BI workspace limits
How many reports can I create in one power bi workspace ?
How many datasources can I create over there ?
Details:
We are going to implement our own application and use Power BI Embedded features. Our app will own all data, thus our users will be…

Alezis
- 2,659
- 3
- 27
- 34
4
votes
1 answer
Make a Power BI report FitToWidth and full height
I have a Power BI report embedded in my app. I have set the displayOption set to FitToWidth, which works, but the height of the report is very small.
I have not set any styling on the reportContainer div. If I explicitly set the height of…

Slicc
- 3,217
- 7
- 35
- 70
4
votes
4 answers
How to always have value in a slicer power bi desktop
I have a slicer with two values: "Accounting Date" and "Effective Date".
How to always keep one value selected, NOT both selected or NOT both unselected.
On a screenshot below selected "Effective Date"
The slicer has "Single select" on, but I…

Serdia
- 4,242
- 22
- 86
- 159
4
votes
4 answers
PowerBi embed dashboard using JavaScript
I created a dashboard in PowerBi that I can load in a .cs page using the sample project but I like to try and use the JavaScript API. I tried using the project [GitHub Sample Project https://github.com/Microsoft/PowerBI-JavaScript] But I am getting…

Jefferson
- 173
- 2
- 12
- 32
4
votes
2 answers
PowerBI Embedded: Datasource has no credentials, unable to Patch the gateway
I wanted to test out PowerBI embedded so I downloaded the the sample app that is able to publish a pbix file and to embed it.
So I created the easiest PowerBI file one is able to make with Azure SQL, using the DirectQuery option, as underlying data…

Jorn.Beyers
- 1,784
- 2
- 21
- 26
4
votes
1 answer
Power Bi Dates in Chart
I am trying to solve this problem, I have a table with company_name , articles and each one of them has a price and amount, with a certain date. So this article could be ordered many times. At the end it looks something like this:
Company …

NFAL
- 185
- 3
- 20
4
votes
1 answer
Power BI Embed URL-multiple filters
I have been trying to filter my embedded PBI report using the filter query syntax:
&$filter={tableName/fieldName} eq '{fieldValue}'
and this works for me.
However, when I apply more than one filter, the PBI report is filtered only according to the…

Aadrika Singh
- 43
- 1
- 4
3
votes
1 answer
What license can embed a Power BI report to a public web (html file)
Hi I am using a free license of Power BI account to build report. If I want to embed the Power BI report to my company's html page, should I have to own a Pro license to do that?
Basically I am asking after my couple of days of free trial license,…

Alice jinx
- 585
- 3
- 15
3
votes
2 answers
how to get azure AD access_token for ServicePrincipal for power bi reports
I need to get Azure AD Access token from Vanilla Javascript code to use it for Power BI reports. I could get some working samples in .net from https://github.com/microsoft/PowerBI-Developer-Samples. But as the website that am using built on third…

Mahesh
- 823
- 1
- 11
- 29