Skip to main content
Filter by
Sorted by
Tagged with
0 votes
0 answers
38 views

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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 ...

1
2 3 4 5
24