Re: Hiding Navigation Pane in iframe
Hi Ted, Thanks for the response. We are using the below URL, and passing the report ID dynamically to get the report. https://app.powerbi.com/reportEmbed?reportId='xyz'. And we are using the...
View ArticleRe: Hiding Navigation Pane in iframe
The weird thing is you have an extra navigation element that I don't ever see when I am embedding Power BI Reports. You have the navContentPaneEnabled property set to false and that is hiding the...
View ArticleRe: Replace replace current embedded report with new one on same page
Thanks Eric. I actually figured it out using with powerbi.reset(element); From the documentation... "If you have embedded a report within an element and want to reset the element back to its initial...
View Articleajx call in custom visual
Hi All, I would like to make a REST call in my "update" methos in a custom visual. Is this possible? I seem to be running into cross domain issues, as the calls are not permitted. Thanks! Edwin
View Articleproblem in rendering powerbi reports from ssrs in reportviewer .net web...
I have an on-promise server and published a sample powerbi report on SSRS, then I called the report inside reportviewer control (in my asp web application), but I am getting below error, can any one...
View ArticleRegister a client
HiWe develop an web based erp system and our customers can use this software as a service. I'm building an integration of PowerBI in our software. Can I register one application for Power BI and use...
View ArticleRe: Did anyone successfully connected Power BI toBusiness Objects Universe is...
There's no announced ETA for this feature. You can check this idea SAP BusinessObjects BI Universe and try the workaound in the comment.
View ArticleRe: Is a PowerBi Embedded Dashboard Tile accessible in a WebApp for anonymous...
biggihs wrote:Hello I have a Webapp and I want to allow my clients to embed their PowerBI Dashboards and Tiles in my app.I intend on implementing PowerBI Embedded and I think I have that figured out,...
View ArticleRe: problem in rendering powerbi reports from ssrs in reportviewer .net web...
pooneh_ce wrote:I have an on-promise server and published a sample powerbi report on SSRS, then I called the report inside reportviewer control (in my asp web application), but I am getting below...
View ArticleRe: Export filtered dataset programmatically?
Oussov wrote:Hi, Suppose I use PowerBI service or embedded and want to send table visual rows to some other web service. How can I do it? I was considering custom R-script or visual, but the network...
View ArticleDebugger statement no longer causes breakpoint in custom visual
I've been developing some custom visuals. I have a "debugger;" statement at the top of my constructor and update methods, and I've been successfully using that to follow execution using F12 tools in...
View ArticleFiltering date slicer
I have 3 tablestbl1 is "Child Development" and it looks likePeriod From Day To DayBaby (0)0364Toddler (1 - 2)3651094Preschooler (3 - 4)10951824Main childhood (5 - 9)18253649Pre-teenager...
View ArticleRe: JavaScript call API
simonagren wrote:I've tried to understand how everything works, registering apps etc. Autheticating with ADAL etc.If anyone knows step by step, or have a sample where some JavaScript works, it woudl be...
View ArticleRe: Power BI Embedded and Streaming Datasets
Thanks ISV = Independent Software Vendor i.e. an application made by a third party using Microsoft technologies. I'm aware that you can embed reports in pretty much any web application, but my...
View ArticleRe: Power BI Embedded Row Level Security, Couldn't load data for this visual...
rsb_powerbi wrote:I also tried recreating my embedded workspaces/starting the sample from scratch again. Still with the same issue.Would you mind share your application? You can share me a github link...
View ArticleRe: Register a client
chmav wrote:HiWe develop an web based erp system and our customers can use this software as a service. I'm building an integration of PowerBI in our software. Can I register one application for Power...
View ArticleRe: ajx call in custom visual
, As far as I know, that might be one of the limitations. You could also reach out for help on GitHub.
View ArticleRe: PowerBI Embedded problem with Direct Query on Azure SQL
That can't be the solution. When importing a direct query mode PowerBI document, it only creates a datasets, and there's no gateway ID or datasource ID whatsoever. I've installed the private and...
View Articlereport embed - end user authentication always required ?
Hi, I've build a sample app in node which embeds a PowerBi Report. Is it intended behavior that every user of the app needs to login to https://login.microsoftonline.com ? I thought the idea of Power...
View ArticleCan I use FetchXML with a paging cookie (C#) to import data to power bi desktop?
Because there is a 5000 record limit when using fetchXML to retrieve datasets from CRM into Power BI Desktop I am faced with need to use 'a paging cookie" (C# code to overcome 5000 record limit and...
View Article