Re: PowerBI embedded and Angular
I have an angular 1 project (just a sample one) written in typescript that uses powerbi located here: https://github.com/sjkp/powerbi-cors-app-ts maybe you can use that for inspiration.
View ArticleRe: Refresh dataset in .pbix file programatically
Not aware about on how to achieve this in Desktop Tool but you can definitely schedule refresh on Online Service directly or either using Power BI Personal Gateway depending upon the datasource.
View ArticleCustom visual import issue
I'm creating a custom visual to read color from data. I followed the code guideline on github and tested it in visual playground. The source code is here:...
View ArticleRe: embedded upload fail--cannot find or open PDB file
The issue turned out to be the timeout settings in the ProvisionSample project. A buddy found the issue and changed the 90second timeout to 60 minutes. Worked great. This is surely a common problem....
View ArticleRe: Custom visual import issue
You did nothing wrong here. This message pops when using custom visuals in your reports ever since the custom visuals sandboxing feature was introduced. It even pops when importing only the DevTools...
View ArticleRe: Refresh dataset in .pbix file programatically
Not possible in desktop as you need some instance of Power BI to run your report on.
View ArticleRe: Power BI Embedded report is no longer being rendered.
Emptying the cache didn't solve my problem. Still not able to load very specific XHR file: https://wabi-us-east2-redirect.analysis.windows.net/metadata/cluster Imported report, able to load in other...
View ArticleRANKX - Resultes repeated when in a table with other columns
Hi, I have a SSAS tabular model of CRM online data and I am trying to use the RANKX function to rank open opportunities for the current quarter by Estimated Base Value and have the function interact...
View ArticleRe: Single signon from site using Azure AD Authentication
Did you ever figure this out? I'm having the same issue.
View ArticleGet Measure from DataView in custom visual
Hello, Is there any way we can get measure and its output for a column in custom visual. options.dataViews[0].table.columns[0].isMeasure is the only property i could find in the table DataView. I tried...
View ArticleCritical: Cannot load embedded report (403) GET...
Using an Azure hosted SQL database Site can be accessed by external customer users, but not this particular page. This data must be private and unavailable to clients. Goal is to use PowerBI for...
View ArticleRe: Single signon from site using Azure AD Authentication
I'm not sure if this is still an issue for you but I was able to solve this by following the https://github.com/Azure-Samples/active-directory-dotnet-graphapi-web example which authenticates the user...
View ArticlePower BI web app hosted in Azure
I am currently seeing this error in my Azure Web App using Power BI Embedded (I do not have any problems in development).Please help!!
View ArticleRe: Power BI web app hosted in Azure
For information, it appears to be a return of this issue...http://stackoverflow.com/questions/37130984/power-bi-embedded-issue Can you please advise if I need to make any changes.
View ArticleAutomatic language adaption of visual titles,...
Hello,I would like to know if and how it is possible to adapt automatically the language of the visuals (title, bars, numbers,...) according to the given language the user who is seeing the dashboard...
View ArticleRe: Required code to remove the reports present in Power BI Embedded Workspace
I don't know if removing a workspace is possible. I tried to remove one but I didn't manage to do so
View ArticleCustom visual icon not appearing in IE 11
It seems like the inline background-image style on the button tag is missing in IE 11. Icon appears in Chrome 51:Icon is missing in IE 11. There is only a placeholder: HTML in Chrome 51: HTML in...
View ArticleRe: Power BI web app hosted in Azure
Bump... This is still a problem, been 24 hours now.
View ArticleRe: How can i change the style of the iframe and iframe content?
I have the same problem. does anyone have any input? Essentially, we'd like to be able to set the "Fit To Width" style on the report as you are able to do in powerbi.com.thanks.
View Article