Some 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 ArticleRe: Custom Visuals Sandbox is coming - Here's what you need to know
: You mentioned that there would be a temporary flag to disable sandboxing. Is this available? My custom visuals are not working and I don't know how to fix them. I need help ASAP.
View ArticleRe: Custom Visuals Sandbox is coming - Here's what you need to know
Hi Cmn, There is a feature flag to disable sandboxing of custom visuals. It is triggered by adding a query string to the end of your URL. Ex: www.app.powerbi.com?sandboxVisualsEnabled=false We are of...
View ArticleRe: Custom Visuals Sandbox is coming - Here's what you need to know
Hi mplus, Thank you for reporting this. We have resolved this issue and it is making its' way to production soon. Thank you for reporting this,Bashir
View ArticleRe: Custom Visuals Sandbox is coming - Here's what you need to know
Hi jdrake, The getViewMode method fix has been implemented and will make it to production soon. Thank you for reporting this,Bashir
View ArticleRe: Custom Visuals Sandbox is coming - Here's what you need to know
, 2 problems with this approach - I can't expect all of our users to add that to the URL everytime, and more importantly, the main problem I have is with mobile apps - our custom visuals are not...
View ArticleRe: Custom Visuals Sandbox is coming - Here's what you need to know
Hi cmn, The sandbox feature has been rolling out to the various clusters over the last few days. If you are having any troubles with sandbox you can send us any error information and we can either...
View ArticleRe: Custom Visuals Sandbox is coming - Here's what you need to know
Hi Bashir, Thanks for helping. Here is my situation... We have customised the Linear Gauge visualisation from the power bi visuals gallery. We had to customise it because it is buggy and has major...
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 ArticleRe: Help: clustered column chart
With a clustered column chart, if you put two things in the x-axis, you will be able to "drill into" the columns. Alternatively, place Region in x-axis and Cities in Legend, then you will get both on...
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 ArticleRe: Custom Visuals Sandbox is coming - Here's what you need to know
Thanks! When the fix gets deployed to production will there be an announcement?
View ArticleRe: Custom Visuals Sandbox is coming - Here's what you need to know
We typically do not do a blog post or anything like that for fixes but if you want I can try to send you a message on the forums when it reaches production. I will let a reminder on my calendar.
View ArticleRe: Feedback Request: Custom Visuals V1 APIs Suggestions
I think my biggest asks around for context APIs and documentation. Example of context methods:- getViewMode (@bashirs said a fix was going out soon)- inFocusMode- getVisualId (this may exist?)
View ArticleRe: Custom Visuals Sandbox is coming - Here's what you need to know
I just tried adding ?sandboxVisualsEnabled=0 and ?sandboxVisualsEnabled=false to the url and refreshing but my visualization is still in a sandboxed iframe. Also, I had click handlers inside my...
View ArticleRe: Feedback Request: Custom Visuals V1 APIs Suggestions
Thanks . Could you tell me more what you mean by getVisualId. How would you use it if we gave you such a property?
View ArticleRe: Feedback Request: Custom Visuals V1 APIs Suggestions
Thanks jdrake. Could you tell me more what you mean by getVisualId. How would you use it if we gave you such a property?
View ArticleRe: Feedback Request: Custom Visuals V1 APIs Suggestions
When init or update is called, it would be helpful to have a unique ID for the visual (and additionally an ID for any data object in the dataView, like categories and values). For our product this...
View ArticleRe: Custom Visuals Sandbox is coming - Here's what you need to know
It looks like there is a mismatch in the feature flags when we changed the name from "sandboxVisualsDisabled" to "sandboxVisualsEnabled". The name change is already in the pipeline but isn't all the...
View ArticleRe: Custom Visuals Sandbox is coming - Here's what you need to know
, I provided more details of my problem as requested yesterday. Have you have a chance to have look? What would be great would be an example of how to change a visual that does not work. I believe...
View Article