Re: embedded - external client does not see report
It shouldn't be a licensing issue. For example, PBI embedded visuals are used by many journalists to create interactive visuals in articles, and readers don't need any kind of license to see/interact...
View ArticleDoes the PowerBI EMBEDDED Rest API allow me to add rows to a dataset?
The REST API to the O365 service does allow this. But I can't see anything for Embedded... https://docs.microsoft.com/en-us/rest/api/powerbiembedded/ Is this available yet?
View ArticleIntegrate PowerBI with Netsuite
Hi, devs I'm currently integrating PowerBI with Netsuite. I'm facing an issue. I want to know the way to get access token with Javascript API. Looking forward to hearing from you asap. Thanks,Jin
View ArticleRe: Can't refresh OLAP Cube generated by PowerBI through "Analyze in Excel"
When pinning tables onto dashboard via Power BI Add-in in Excel, it actually just upload the snapshot of the table (which is image) onto dashboard. The Refresh in "Pin Manager" will just re-upload...
View ArticleRe: how to set page & filter to embedded report?
Thanks for the solution Sam,Already tried using this, still can't get it to work. Any working sample without using Azure AD will be helpful. My current work around is concatenating Power BI report...
View ArticleRe: Dial Gauge
I have set it to 2 decimal places but still it shows so many decimals . and today the data has changed so its hsowig correct figures. looks like a bug .Any idea how can we fix it?
View Articleurl link to aimage
Hi I have a power BI report , just one page in which i am showing 6 dial gauge pickig data for 6 different devices and showuíng data with their latest reading.Now I have to design so that i have a...
View ArticleRe: Why is my report empty when embedded in JavaFX app?
, I've had a test. Based on my research, it seems to be not supported in the JavaFX embedded browser. See Supported browsers for Power BI.webEngine.load("http://html5test.com/");
View ArticleKindly Help us shape the Power BI Embedded Future
Help us shape the future!We kindly ask for your help to help us shape the future of Power BI Embedded. Kindly fill in this short survey to influence. Survey
View ArticleRe: How do I embed PowerBI into a Angular 2 app?
Power BI already provides javascript APIs, check PowerBI-JavaScript wiki.There're demos to embed reports in Power BI Embed with angular-powerbi. As I'm not familar with Angular, so I've not test if it...
View ArticleRe: embedded - external client does not see report
Try to ask the customer use another brower then.By the way, the picture uploaded is in low definition, I can't see anything specific. I actually asked to capture the network traffic when load that...
View ArticleRe: printing multipage tables
I don't have a printer at hand, so try it out by yourself.
View ArticlePrint in powerBI embedded
Huge thank you to everyone who has provided helpful answers in previous posts. As the feature has been requested and is still unavailable, I am looking for a workaround to achieve the capability of...
View ArticleRe: url link to aimage
Currently, I only believe that Power BI supports URL links and Image links, not images that are links to somewhere else. Basically, you can categorize a data column as a URL Link in the model and when...
View ArticleTrigger Dataset update via API call
Does anyone know if it is possible to trigger a dataset refresh via API? The schedule is pretty limited and we end up having to load multiple entries to catch an on-premise ETL milestone and this would...
View ArticleRe: Query Editor R Script Date Time Issues
So I got the code working, but found two issues...One are that dates are being converted to character factorsTwo it seems that passing data that has non-printable unicode characters from PowerBI to an...
View ArticleRe: Query Editor R Script Date Time Issues
So I got the code working, but found two issues...One are that dates are being converted to character factorsTwo it seems that passing data that has non-printable unicode characters from PowerBI to an...
View ArticleRe: Power Bi Service Embed improvements vs Power Bi Embeded
I have been working with the Power Bi Service Embed and it can use the same javascript as Power BI Embedded as mentioned herehttps://github.com/Microsoft/PowerBI-JavaScript/wiki/Embedding-Basics. It...
View ArticleRe: PowerBI Embedded Sample Connection string
I am also getting the same error message: "Bad Request" (see stack trace below) and I'm not really sure why. After adding the new dataset (pbix file) I then execute #7, enter Username and Password (I'm...
View ArticleHow to Expires access token on sign out?
Hi,I developed MVC application that login using login.windows.net page, see this code var responseUri = GetResponseUri(); var @params = new NameValueCollection { {"response_type", "code"},...
View Article