Re: Custom Visuals Sandbox is coming - Here's what you need to know
Hi Cmn, I need more time to look into your issue with mobile applications. I probably wont be able to get through it tonight. I hope to have something to report early in the work week. Yes, the visuals...
View ArticleRe: Custom Visuals Sandbox is coming - Here's what you need to know
Hi bashirs, I look forward to hearing any updates. In the mean time I have done some further testing. You have said that 'most visuals work properly in sandbox with no changes'. With this in mind,...
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 ArticleRe: Import BPIX to Embedded Workspace Fails
Is this a brand new PBIX file? Can you please send me your import ID?
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 ArticleRe: How to deal with "NA"s when adding rows?
The NaN in the JSON did the trick. Everything is awesome now
View ArticleRe: Import BPIX to Embedded Workspace Fails
I wouldn't say it's brand new as I've been working on a version of it for months. This copy has a number of tables removed and only one simple report for testing. It has however been saved using the...
View ArticleRe: How can Power BI create visualization for this scenario?
I would imagine that you could put ProductId in a filter and SoldCount or a measure based upon SoldCount (like a measure that sums SoldCount) into a filter and then allow the user to change those...
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 ArticleRe: Adding Relations
You might not need the second table at all. You can create a calculated column in the 1st table, and use the If function to sort out the Price data into the various buckets. So, the calculated column...
View ArticleRe: Import BPIX to Embedded Workspace Fails
What data source are you using for this file?
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 ArticleRe: Custom Visuals Sandbox is coming - Here's what you need to know
Hi , any update for me?
View ArticleRe: Custom Visuals Sandbox is coming - Here's what you need to know
Hi cmn, Yes, I was actually typing out a message to you while you sent that. I am looking into this issue right now in collaboration with the mobile app team and we should have some answers soon. Thank...
View ArticleRe: Import BPIX to Embedded Workspace Fails
Json doc. Looks something like this: Source = Json.Document(Web.Contents("http://contoso.com/api/1.0/data/etc/?key=1234"))
View ArticleRe: Authenticating Power BI tile as part of API call to call in web app.
If you are trying to embed a tile from a users dashboard, you will need to get that user to log in at least once. You can cache their credentials if you don't want them to log in again.
View ArticleRe: Custom Visuals Sandbox is coming - Here's what you need to know
Something else that changed with the sandbox is that the displayName in my custom capability is no longer being shown in the formatting pane. For example, I have defined capabilities.objects as:...
View ArticleRe: Authenticating Power BI tile as part of API call to call in web app.
Thanks for the resoponse, reports are going to be deployed in a public site and needs no autentication, we are looking for a way to bypass auntication or pass auntication information as part of API...
View ArticleRe: Some embedded tiles doesn't load, others load fine
Hi folks, I debugged a little bit of the issue, and found where the error comes from: The iframe of the embedded Power BI tile has an unhandled JavaScript error in the powerbivisualrenderer.js file. In...
View Article