Re: PowerBI embedded and Angular
Hi, I am trying to do the same thing. How did you go? I am banging my head against wall right now.Stuart
View ArticleRe: Embed Group Report Api Tutorial
Thanks for your reply. I just got it working a few moments ago. I dont know why but this solved it for me:- Go into Power Bi desktop.- Clear the cache.- Publish again. I've put the groupId hardcoded...
View ArticleRe: OData - update dataset in embedded report
There's no refresh feature such as gateway for PowerBI.com for Power BI embedded. Either use directquery mode with Azure sql database/data warehouse or refresh the data in powerbi desktop and...
View ArticleRe: How to Expires access token on sign out?
I don't get the problem "user can't sign out", maybe something to do with the azure ad authentication?
View ArticleRe: How to Expires access token on sign out?
Thanks for replying.Okay, let me try to explain with some code. public ActionResult Index() { if (Session["access_token"] == null) return RedirectToAction("Index", "Admin"); return View(); }First my...
View Articleuser Clickstream template
Hi all, Could you tell me if it is possible to have the source code of this visual: -- > https://app.powerbi.com/visuals/show/StreamGraph1446659696222 Does the source code of the deprecated version...
View ArticleRe: Custom visual build problem with drilldown
Hi, I also met this situatation then I updated my powerbi-visual-tools to 1.2.0. checked the schema.capabilities.json file. yes it abstracts the drilldown capabilities. So I enabled drilldown in...
View ArticleSetting up javascript api - the perpetual mystery of access tokens
Cheers to everyone in the community who has helped with everything so far. I really need some directions on finding the necessary authentication credentials to embed a report within the new javascript...
View ArticleRe: Print in powerBI embedded
cheers for your help you are a living legend. The js library is simply brilliant but unfortunately I am having trouble setting it up. I cant figure out where to find the access token for my report in...
View ArticleTraveling salesman problem in PowerBI
HI, I have list of latitude, longitude points and I would like to find shortest way between points. What I was thinking is using Traveling salesman methods to create list of From To points. Do you have...
View ArticleOnce I have a report URL, Can I display the report without iframe postMessage?
Once I get the report URL, to display the report can I use server side post request with "message" atribute to obtain the report?
View ArticleExport in Power BI API - stoped working
Hi AllWe have faces a critical issue just couple days ago.We are using Power BI api to display reports in custom web application. For each visual you have an option to export data. It was working just...
View ArticleRe: Export in Power BI API - stoped working
I noticed the same issue today. When I go to export the report freezes and a transaprent white overlay shows up over the entire report. I am using powerbi embedded. I just noticed the issue today, so...
View ArticleRe: Export in Power BI API - stoped working
Yes exactly the same. We know exact time - Thursday after 12 pm Brisbane time. MSFT, please advise. Cant do such things without any info.
View ArticleRe: Traveling salesman problem in PowerBI
Hi , I think you can refer to ankitpatira's article R script and R visuals in Power BI and this video: DesignMind Power BI Showcase Airline Analysis . Best Regards,Qiuyun Yu
View ArticleAccess report visuals from web application
I have secenerio to create. please let me know can we achieve below task. 1. Get the visuals from the group/report/dashboard and create a new one using web application.Explanation: we get whole...
View ArticleRe: Traveling salesman problem in PowerBI
Thanks, this looks very promising. I will take better look later today. Thanks again
View ArticleRe: Filter Chart using JavaScript API
Make sure you've add the script reference in the html page.<script src="https://microsoft.github.io/PowerBI-JavaScript/demo/bower_components/powerbi-client/dist/powerbi.js"></script>Also...
View ArticleRe: user Clickstream template
, Custom visuals developed using the old method / tools can not be directly migrated to the PowerBI command line tools. As for the new developer tools, there are still a few limitations to using it....
View Article