Re: set active page in report with JavaScript API.
Thanks . I was able to resolve this and set the page dynamically. Instead of fetching the page using page name as mentioned in my intial post, I got an array of all the pages and then set whichever...
View ArticleRe: PowerBI take lots of Browser memory ? How to remove the memory after...
I got confused, as it is the brower that consumes and manages memory. Even though power bi reports may use quite memory volume, however when closing the report page, if the brower still doesn't...
View ArticleRe: Alert Report Owner When Requesting Access
Hi ,When user requests access to a dashboard which is located in a Group Workspace, I can reproduce your issue. And in this sceanrio, wo can only to check the request in Access tab of...
View ArticleRe: Credentials are missing in ASP.NET-web-app-sample
The code shows actually you were playing with demo integrate-report-web-app, and the first picture shows the clientid and secretid are valid. When was this exception triggered, after clicking accept...
View ArticleRe: Api example to MVC
Alright.. so after a lot of try and error I found out the method AcquireTokenByAuthorizationCode is no longer supported in the new versions of Microsoft.IdentityModel.Clients.ActiveDirectory. I now...
View ArticleRe: Credentials are missing in ASP.NET-web-app-sample
Hi , Thanks for your reply. Yes I get this error on hitting the accept button.I have only updated the web config entries and nothing else in the sample code. I even watched couple of youtube videos...
View ArticleRe: I have a problem with Direct Query
I see you're using the "Publish to web" feature to embed the report, right?It is not real-time, approximately one hour latency, check How Publish to web works (technical details). For real-time...
View ArticleRe: Power BI Embedded - Missing Modules
, There is a similar issue at https://github.com/Microsoft/PowerBI-JavaScript/issues/72. You may check if it helps.
View ArticleRe: Problem with loading report into iframe with filter parameter
Updates on this problem.After put this link on browserhttps://app.powerbi.com/groups/me/reports/b69773a8-15c4-4459-88f8-a9ee6db3b4de&filter=V_SupportSystemData/FilterKey eq...
View ArticleRe: Power BI 2016 Integration
PowerBIlearner wrote:From what I read everywhere Power BI on premise is not currently available with ssrs 2016 but you can integrate power BI dashboard in ssrs reports. Is this right? It sounds...
View ArticleRe: PowerBI in Public External Website
Power BI now can embed report via Power BI REST API or Power BI Embedded, for web application.I don't have much idea on the .NET MVC core, as long as it can integrate with ASP.NET, I think it would...
View ArticleRe: make custom visuals scrollable
, Based on my experience, you can simply use CSS overflow Property.
View ArticleHow to bypass the authentication prompt
Hi, I've integrated the power bi sample web app. Which requires additional authentication by the office 365 user. What I need here is I want to bypass the authentication by supplying the office 365...
View ArticleRe: Custom object boolean problem
, You may add Type assertions to workaround this issue.
View ArticleRe: PowerBI in Public External Website
You can check this documentationhttps://docs.microsoft.com/en-us/azure/power-bi-embedded/power-bi-embedded-get-started-sampleHope it helps
View ArticleNeed help on Power BI Integration in .NET MVC app
Hi, I need some suggestion how to solve my problem.First of all Power BI can't have real time alert (audible) when some alert populate SQL Table. So I create custom MVC app that can alert and produce...
View ArticleHow to merge my app with the Embedded Sample?
Hi, so I have run the sample and uploaded my report to the newly created PBI Embedded workspace. But I already have an existing project with Visual Studio (.net VMC), how do I merge the functionality...
View Articleevent.detail object does not give me dataPoints values
Hi,I have embedded a powerBI report with JavaScript and I am able to set a function that gives me the event.detail data printed out to a separate div element. This is the function that does this://This...
View ArticleRe: make custom visuals scrollable
Can you advise me what the object would be called in the css?
View ArticleRe: Embedded html code disable grey bars
Hi, Am experiencing same issue and hoping someone might have come across a solution?
View Article