1,178 questions
0
votes
0
answers
38
views
How to Implement Row-Level Security (RLS) in Power BI with DirectQuery Dataset Embedded via .NET Core
I’m working on embedding a Power BI report that uses a DirectQuery dataset, and I want to implement Row-Level Security (RLS) through my .NET Core backend.
Setup Details:
Report Type: Power BI PBIX ...
0
votes
1
answer
77
views
Power BI Embed and passing data from user interactions between it and the custom application
Question:
How do you associate "Custom app" users with the Power BI Service? In other words how do you pass Custom App user data to the Power BI Service? For example is there a way to pass ...
0
votes
1
answer
99
views
Unable to embed PowerBI report
I am trying to embed a PowerBI report into a webpage, using NodeJS and I ended up getting this:
{message: 'LoadReportFailed', detailedMessage: 'Fail to initialize - Could not resolve cluster', ...
1
vote
1
answer
76
views
ExportTo PowerBI - Api ExportTo
I'm using PowerBI's ExportTo API.
Without setting filters, everything works fine. However, when I set filters, I get this error
{
"error": {
"code": "...
0
votes
3
answers
1k
views
Publish to web(public) not visible and can't download created report in power BI server
I have created a report in my power bi using create report, but I am not able to download the created report, it is saying "You can't download this report. Refer to power BI documentation for the ...
0
votes
1
answer
103
views
How to deploy models to Power BI Embedded workspace
I tried to use Visual Studio to connect to the AAS model and change the deployment node to the Workspace connection of Power BI Embedded. However, during deployment, it prompted: Please contact a ...
1
vote
1
answer
5k
views
How to add Power BI reports in Android native app in 2019
I am developing an Android application in which I should show Power BI reports and tiles with drill down.
I Googled but still I am not able to find a proper documentation for same.
I understand that ...
0
votes
2
answers
7k
views
PowerBI not authorized exception
My web application is in .net and communicates with powerbi to render the reports and I have registered my app in Azure AD, got the service principal.
Problem : The embed token is not being able to ...
3
votes
2
answers
459
views
How to pass parameters in embedded Power BI paginated report?
I'm using the Power BI Angular library to embed a paginated report with no problems, as defined in https://github.com/microsoft/PowerBI-client-angular
<powerbi-paginated-report
[...
1
vote
0
answers
106
views
Power BI Embedded Concurrent Loading Limits Causing Empty Reports in CloudConvert Screenshots
I'm building a system to generate screenshots of multiple Power BI reports, embedded at my website with different filter combinations by CloudConvert, but as I checked on Internet I think hitting ...
0
votes
1
answer
1k
views
TOPN DAX function not working. The formula is returning all the rows and not TOP 3
My goal is to create measure to get top 3 customer Names and there respective sales.
I am using the below measure to bring top 3 names along with there sales. The below measure is returning all the ...
0
votes
0
answers
66
views
Automatic Refresh token mechanism for Power Bi Embed in App Owns data approach
I am using App Owns Data with Service Principal approach to generate a access Token and in the UI i am using powerbi-client-react library to embed the report and set the token and accessTokenProvider ...
0
votes
1
answer
34
views
Using roles in a more efficient way (PowerBI)
I have a table called Stock, used as a dataset in PowerBI, exposing these columns:
CustomerId
ProductName
Quantity
The report (visual) is just a bar chart that shows how much of a product has each ...
0
votes
1
answer
38
views
TypeError: activePage.createVisual is not a function (Power BI JavaScript API)
I'm trying to dynamically add a visual to an embedded Power BI report using the createVisual() method as documented here:
Microsoft Docs: Create a visual in Power BI embedded
However, when I try to ...
0
votes
0
answers
32
views
powerbi-client-angular setting filter in report config adds duplicate filters
I am using powerbi-client-angular to embed PowerBI report in angular web app using "User owns data method"
I want to apply some filters first time the report loads in the web app.
app....
3
votes
1
answer
1k
views
Resource Governing: This operation was canceled because there wasn't enough memory to finish running it
We have Power BI Embedded SKU "A2" in our Tenant.
A2 Tier has 5GB of memory in her capacity.
We have a power bi model that we created, and we want to use incremental refresh on 2 of out ...
0
votes
2
answers
2k
views
Group id equals to 'me' and he's not a guid as expected
I am trying to find my group id for report.
but from some reason in the URL of the report, the group id is just 'me' and not a guid as expected.
https://app.powerbi.com/groups/me/reports/**********/...
1
vote
0
answers
315
views
How to export a Power BI Embedded report with applied filters to PDF using the Power BI REST API?
Context
I have a Power BI embedded report in my Vue application. When a user clicks an element on a bar chart, it automatically filters the data on other visualizations. I want to be able to export ...
4
votes
3
answers
4k
views
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-...
0
votes
0
answers
11
views
Change Power BI on Premise capacity Login page
How to customize PowerBI Portal’s login page. Right now its default one.
We need to Change our PowerBI Portal’s front login page. We need to use our branding at this location. with LDAP login (In ...
0
votes
0
answers
69
views
Power BI Embedded A1 Node Type Maximum Load
This is my case:
Only 5 persons as a Power BI reports generator/contributor/author
We have more than 100 users are only viewers
As in this page https://azure.microsoft.com/en-us/pricing/details/...
0
votes
0
answers
40
views
Dynamic Aggregation and Relationships in Power BI
I have a dataset where each row provides information about invoices that are either due or already paid. My dataset looks a little like this:
Store
Product
Value
Installment Number
Due Date
Payment ...
0
votes
1
answer
440
views
ASP.NET MVC app within an IFrame in a PowerBI custom visual, execute jquery
My ASP.NET MVC app is hosted within an IFrame. Because of long server response time I display a waiting symbol upon the post. Meaning my post is based upon jQuery and json to and from my controller. ...
0
votes
0
answers
258
views
Is it possible to embed a Power BI report without using an iframe?
I have a requirement to embed a Power BI report ("Embed for your Customers") into a website without using an iframe. I referred to the following article and GitHub code, but the solution ...
0
votes
2
answers
451
views
View Power BI report with filters (slicers) by link (read-only Power BI report)
I created a report in Power BI Desktop:
So, typical data with filters by Region and City that slice data as needed.
The report works within Power BI Desktop application and if I open it under my ...