Re: Power BI Embedded report is no longer being rendered.
The issue is fixed for me. try clearing your cache, my browser cached the error message thanks a lot !
View ArticleSandance intergrated pictures data
Does anybody know if you can attached picture ULRs into Sandance so that you can connect a picture to a data set?
View ArticleRe: Dyanmically changing the title based on the drill down
Yeah I'm not sure if that's possible. What's interesting is if you enable drill down and click on a visual, under "visual filter" it says that it's been applied. However, clicking on a visual without...
View ArticleRe: Power BI Embedded questions
Hi , My response to your questions below: 1) Creating workspace is currently not available in Azure from the front end interface, it can be done through code. We are also waiting for this feature to...
View ArticleRe: Filters on embeded Iframe ad authenticated report
We have a similar problem. We want to send an ID from the app to the embedded PowerBI cloud URL. We have built a cube which accepts parameters from PowerBI and provides required data level security....
View ArticleRequired code to remove the reports present in Power BI Embedded Workspace
Any body have code to remove the reports present in Power BI Embedded Workspace collection. Please provide your inputs so that i will try implement functionality the code.
View ArticleProgrammatically get number of embed renders in a WorkspaceCollection
Hi, I would like to be able to get the current number of renders of my WorkspaceCollection programmatically (in order to, say, display it on my website for my users to know how much they used the tool,...
View ArticleRe: Filters on embeded Iframe ad authenticated report
We also required this functionality.This is one kind of row level security implementation.
View ArticleCustom visual rendering issues
Custom visuals taking more time to render compared other tiles in report.I have integrate a report in webapplication using Power BI Embedded. Any body have any thought why it is taking more time to...
View ArticleRe: Embedded report "control"
Not sure about your first question regarding filters and such across multiple report pages, but this article has links to the API reference, etc....
View ArticleRe: Required code to remove the reports present in Power BI Embedded Workspace
I do not see anything here that indicates you can programatically remove reports: https://msdn.microsoft.com/en-us/library/mt711507.aspx Unless removing a data set removes associated reports.
View ArticleRe: Required code to remove the reports present in Power BI Embedded Workspace
Can you provide me information related to removing dataset?
View ArticleHow to remove the frame in PBI embedded?
PowerBI embedded draws a frame inside <iframe> where the PBI page is shown. I haven't found any means to remove or change that frame, is there any?
View ArticleAccess token
Hello everyone we follow the steps that the microsoft provide to developer for embedding and viewing the report at our website.and we succed to do those. BUT. one thing that we found out that user can...
View ArticleRe: Custom Visuals Sandbox is coming - Here's what you need to know
I have been using custom visuals in a number of reports. Chiclet Slicer, Scrolling Text Bar, Card with States, they were ALL working fine at the beginning of the week. Now none of them are working....
View ArticleRe: Need step by step instructions to down load the PowerBI web app sample
You can download the whole project by following this link :https://github.com/Microsoft/PowerBI-CSharp/archive/master.zipThe particular folder you are going to be lokking for is...
View ArticleRe: Required code to remove the reports present in Power BI Embedded Workspace
You can delete a report by deleting the associated dataset.I've managed to do this by adding the following code to Program.cs of the Sample app : I added this code to the switch : case '8': if...
View Article