Custom Control Not Working after Export
Hi, I have written a Custom control similar to card control in power BI. and this control is working in Dev tools with sample data. But when I am exporting this control and trying with actual data...
View ArticleAPI Authentication using PHP
Hey, Has anybody tried to authenticate to the API using PHP? Any tips please or working examples? I'm getting getting my auth code back from Azure AD but not sure what else need to happen after that?...
View ArticlePower BI Embedded access control
Hi, I'm trying to figure out how to handle access control from within a custom app using the new Power BI embedded. Auth is handled using access tokens which means I don't have a user context. Does...
View ArticlePowerBI Embedded Sample Connection string
I've been testing with the PowerBI Embedded sample files.https://azure.microsoft.com/nl-nl/documentation/articles/power-bi-embedded-get-started-sample/ Everything is working fine except a direct query...
View ArticleAvoid displaying Page tabs on the published reports.
We have published the report to the Power BI site and integrating the report to web page..., thats all working fine, but we dont want page tabs to appear on the report, can anyone suggest how to remove...
View Articleunauthorized access to reports in a group
I'm trying to access the reports shared in a content package under a group I'm a member of through the API. It seems pretty simple in this link https://msdn.microsoft.com/en-us/library/mt634543.aspx,...
View ArticleMissing stored procedure support
At the moment I'm using both the Power BI Desktop app and the online portal (app.powerbi.com), and I'm running into a challenge when I’m trying to retrieve data from an Azure SQL Database.I want to use...
View ArticleHow to set up users for power BI app
Good day I have a company which needs to distribute power bi tiles to 100s of users. We are currently developing a Meteor app to implement functionality the client is looking for and would like to...
View ArticleDesigner in web page
Hi, In web version of Power BI, we are not able to create new Report by connecting to on-premises SQL Server database (also it does not have query editor),So we have a requirement of displaying Power...
View ArticleNew Visual not showing up in Dropdown list in Power BI Playground
Hello, I downloaded the github repo and was able to run the Playground app successfully. Next, I installed the extension to create a template for a new visualization. In the newVisual.ts file, it...
View ArticleIn DevTools Compile and Run is not creating new Visual in dropdown
In DevTools, Compile and Run is not creating/showing new Visual name in dropdown.Previously, after Compile and Run, i used to get a new visual name listed in drop down. Now, it is not working any more....
View ArticleColor coding for cell in Table or Matrix visulaization
Hello.I have requirement to color code cells in the table or matrix view. Ex: If value is <=80 red, >80 and <=100 blue, >100 and <=120 yellow, >120 white. How to get these color...
View ArticleSome embedded tiles doesn't load, others load fine
Hello folks, I wonder if I am missing something, but I cannot make all my reports and their tiles work embedding into my web application. I use the embed tile sample project from Git Hub, and...
View ArticleHelp: clustered column chart
Hi, I have a requirement to create 'clustered column chart'. In that I have to have 2 columns at the X-axis. Ex: On X-axis I should have Region and City. Cities should be grouped under respective...
View ArticlePower BI Embedded Workspaces
In Power BI Embedded we can create Workspaces through the API. This creates a Workspace ID. Is there a way to also provide a friendly name to the Workspace. We are looking to use Power BI embedded as...
View ArticleImport BPIX to Embedded Workspace Fails
Working with the new preview of Embedded Workspaces. Unfortunately attempting to Import a pbix with data fails. ImportState: "Failed" With no other information or error messages. Very simple pbix's...
View ArticleHow to deal with "NA"s when adding rows?
Hi everyone, I'm really loving working with Power BI and now I'm writing a Power BI pakage for use with Julia on top of the Power BI REST API. I am able to get my token, create a dataset and add rows...
View ArticleHow can Power BI create visualization for this scenario?
Hi, I have 2 tables.1) Store salesColumns: Id, StoreId, ProductId, SoldCountId is a unique key. A row means a sale of a product. 2) Store infoColumns: StoreId, Loc_StateStoreId is a unique key. A row...
View ArticlePower BI embedded for internal applications
Hi, So Power BI Embedded is not permitted for internal applications. We have a internal sales system which we would like to embed Power BI into. Can someone advise if there are any options to do this...
View ArticleAuthenticating Power BI tile as part of API call to call in web app.
Hi, We are working on integrating Power BI tile into our web app using Azure Active Direcy, followed the steps in below url and succesfully integrated the tile into web...
View Article