Re: Export in Power BI API - stoped working
Thanks a bunch for the update. It seems to be working with csv as expected now. I also am curious about exporting when using an iframe within a webview. There seems to be a disconnect when using the...
View ArticleRe: Export in Power BI API - stoped working
Yep. I can confirm as well CSV export is working. For the WebView, I was thinking something wrong with my app. Now, I see that you guys cant use it as well. For Web View I had export broken from the...
View ArticleRe: Export in Power BI API - stoped working
Yeah the webview issue was driving me nuts. I ended up adding a button to link out to the browser, but its not ideal because the users have to go through the same report twice if they want to export....
View ArticleRe: How to bypass the authentication prompt
AFAIK, there's no way to by pass the authentication prompt. That's the way how Azure AD authenticates, not a feature in Power BI. Maybe consider to use Power BI Emebedded. Check Rest API vs Power BI...
View ArticleRe: Need help on Power BI Integration in .NET MVC app
runrunrun wrote: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...
View ArticleRe: How to merge my app with the Embedded Sample?
You can check this Microsoft Power BI reports integration into ASP.NET MVC application.
View ArticleRe: Need help on Power BI Integration in .NET MVC app
The User already have pro license, my problem is how to create mvc app (custom app that can create near real-time audible alarm in browser) that will using power bi login as credential. I can create my...
View ArticleRe: Traveling salesman problem in PowerBI
, you have pointed me into right direction, to use R scripts and I found TSP package for R, but I'm still trying to handle it in wanted manner. I will update this topic with progress made. Thanks
View ArticleRepresenting hierarchical data and suitable expandable tree visual in Power BI
Hi, I have two questions regarding representation of hierarchical data.1. I would like to know if power bi provides/ someone has already created an expandable tree-view visual.I would like to have one...
View ArticlePowerBI-API-Helper - [migrating CORE features/functions to CLI version]
Hi,As some of you may be aware, the Microsoft Power BI Visual Core version is now listed as deprecatedand Microsoft team is now mainly focusing on new Power BI Visual CLI version.With the introduction...
View ArticleRe: Need help on Power BI Integration in .NET MVC app
Well, I have found the answer myself.We can have the user info from Microsoft.IdentityModel.Clients.ActiveDirectory.AuthenticationResult Object.
View ArticleRe: Problem with loading report into iframe with filter parameter
Please close this issue.I didn't notice that there is changes in the table.Now it work as usual
View ArticleUser Specific Reports
hi,I am using Power BI for my Project Online reports, so far i have succeeded in building different set of reports howeve i am unable to restrict reports to specific users. Example, my Risk Dashboard...
View ArticleRe: Credentials are missing in ASP.NET-web-app-sample
Can someone please look into my problem and provide me with some pointers.I am stuck into this problem for long time now and cannot progress further to integrate reports into a .net web application....
View ArticleRe: PowerBI Embedded problem with Direct Query on Azure SQL
Hello, how do I configure the Path Gateway Datasource. Searched for it but with no luck. Thanks in advance.
View ArticleRe: event.detail object does not give me dataPoints values
That is a feature not implemented yet. Check "**values** array (In Progress)" at Handling Events. The development team said it will take at least a few weeks until a fix gets to production.
View ArticleRe: Filter Chart using JavaScript API
Thanks . I'm able to fix the filter undefined error .But still filter is not getting applied.Receiving below error in the console when setFilter is called. Uncaught (in promise) Message:"This...
View ArticleRe: Filter Chart using JavaScript API
I thought you'were embedding the report via Power BI REST API. If via "Publish to web", then it may, as the message indicats, not be supported. Try via Power BI REST API instead.
View ArticleRe: Credentials are missing in ASP.NET-web-app-sample
What Azure AD account you're using? Can you login powerbi.com with that account? Ensure that there's at least one free power bi licence is subscriped to that account.
View ArticleRe: PowerBI Embedded problem with Direct Query on Azure SQL
Hello, I solved it myself. My problem was that I had to update my credentials for my existing dataset. Just select point 7 at the Provision Sample located at the Power BI Embedded sampleand enter your...
View Article