Re: Credentials are missing in ASP.NET-web-app-sample
, My azure account is vinayak.zirmirkar@riotinto.com and I can login to powerbi.com with this account.I have MSDN Visual Studio Enterprise subscription linked to this account.I am not sure what do you...
View ArticleRe: make custom visuals scrollable
Sorry, perhaps I not been clear - In the link to the example you posted, it suggested using div { overflow:scroll; } My question is, in the context of the power BI visual, what is the right term to...
View ArticleRe: remove workspace from workspace collection
There does not seem to be a way to delete a workspace, only a workspace collection. So desired to be able to clean things up.
View ArticleOracle DataAccess Client - It is really Necessary?
Hi everybody, I have a doubt: There is alternative for conect the oracle database, or is necessary install ODAC? In my test I need install the Oracle DataAccess Client. However I am thinking by my key...
View ArticleGenerate Reports Automatically
Hi everybody, Can I genarate and send to directory folder my report automatically? For example, I have some reports with the same layout but with different datas, I need generate daily reports in my...
View Articlecustom datasource
Hi, everyone. I have a custom data source that does not match any of the current data connectors. Is it possible to build my own data connector? I thought I read this somewhere, but can't find any...
View ArticleHow can I embed a single Power BI Tile or Visualisation instead of a Report...
Hi folks, We want to embed single visualisations into web pages via Power BI Embedded. Other questions/answers seem to relate to embedding a Tile using the Power BI Service (PBIS), which is different...
View ArticleRe: PowerBI embedded and Angular
Hi Everyone, I created this test project on github. I am still learning angular 2 and this is by no means a perfect solution. https://github.com/remeezp/angular2-powerbi-javascript-api-sample I hope...
View ArticleRe: Credentials are missing in ASP.NET-web-app-sample
I meanLogin on this page and check And ensure that, when playing with that demo, you registered the application for Power BI as By the way, I see "Additional...
View ArticleRe: Credentials are missing in ASP.NET-web-app-sample
Hi , Thank you for the reply.Yes my account does have Free Power BI license.I have used the settings mentioned by you while creating the app, but unfortunately it still does not work.Would you be able...
View ArticleRe: Get All Table List
Based on my test, you can only use the API against the datasets created via REST API. A normal dataset published from desktop doesn't support this.
View ArticleRe: Representing hierarchical data and suitable expandable tree visual in...
, As far as I know, there isn't an existing visual template for this. You may check if HierarchySlicer could be an alternative. By the way, you may follow the link below to create your own custom...
View ArticleRe: Credentials are missing in ASP.NET-web-app-sample
Thanks for posting that addtional infomation. Per the detailed message, it seems an Azure AD authentication problem then. I'd suggest you post your question with all the details in this table in the...
View ArticleRe: PowerBI-API-Helper - [migrating CORE features/functions to CLI version]
, Though there are currently a few limitations to using the PowerBI command line tools with API version 1.3.0, we can see the progress regularly. I'm also doing research on this, so stay tuned. Any...
View ArticleRe: make custom visuals scrollable
, It depends on the parent element. You may use JavaScript syntax as shown below. constructor(options: VisualConstructorOptions) { options.element.style.overflow = 'auto';
View ArticleHow to update odbc connection string for Hive using PowerBI Embedded
Hi , I have generated .pbix file using Power BI desktop application for Hive database (using odbc connection). I haveused PowerBI Embaded utility to deploy in Azure. It's deployed successfully and...
View Article