embed
23 Topicshow to embed power bi report in php application without second authentication
I have a web application that I want to embed reports from my organization's Power BI server, which is on the organization's domain controller. I embedded the report, but it still requires authentication after opening the page containing the report. How can I solve this problem??1.4KViews2likes5CommentsPower BI Report Server : disable "Page" tab with rs:embed=true, not hide Page
Hi, I created some reports with latest Power BI Report Server' version and want to embed them in my own portal. I use rs:embed=true URL option. All work fine except for the visibility of the page tab. I have only one page and I don't want to show this bottom tab. My question: Is there an URL option to deactivate Page tab? Regards, Denis8.3KViews5likes9CommentsMultiple Embedded Dashboards with Login Via Website
Hey All I was wondering if there was anyone who had insights into embedding Power BI dashboards but the access to them would be done from them going through a Login Page on our website the then take them to a landing page with all the dashboards we have developed for them. I am looking at different platforms to use as I have spent much of my time with both Power BI and Tableau but also checking others out like Metabase etc. We are developing linkages to our clients data and creating the datamodel etc that backs up their dashboards but i want a seamless experience for them in relation to the dashboards so that its just 1 login via our website to then have the single sign on end up on a landing page with the dashboards we have created for them. Plus have it stylsed in our brand for the landing page etc Ive seen quite a bit about embedding individual dashboards but cant find much or clear guidance on what I am looking to achieve CheersPower BI Report Server - Refresh data on embedded report
Hi - Below, we have figured out the javascript code that can be pasted into the console to get a PowerBI Report Server report to refresh the data only (i.e. clicking the refresh button) on a timer. We can get this to work whether you are on the regular screen of the report server report or with it in the embed view, but not when it is actually embedded. The use case would be to provide "real-time" data using report server so that these reports could be kept open, refreshed, and the dropdown choices stay as the user selected. Does anyone know how to get this code below to work when embedding a report on a website on an internal network? Thank you! function refreshPowerBI() { this.frames[0].postMessage({kind:"powerbi.reportServerHost.IToolbarActionMessage",button:"refresh"},"https://[our report server]:443") } if(window.autoRefreshInterval) { clearInterval(window.autoRefreshInterval); }; window.autoRefreshInterval = setInterval(refreshPowerBI, 60*1000)6.4KViews0likes10CommentsEmbed URL in Power BI
Hi, I have a URL with a custom map that is usually published on website, embedded in java codes. Would it be possible to embed this URL inside a Power BI report in order to visualize the map in the Power BI report? This report would be published in a Power BI Report Server. Thanks in advanced.341Views0likes0CommentsHow to embed BI reports in PPT or on a website.
How to embed BI reports in PPT or on a website.Solved769Views0likes2CommentsLicensing
Currently I have power bi pro license and I am embedding my report using service principal into my web application. Is pro license enough to achieve it (including prod environment) or do i need premium license. There is also powerBI embed I what case we need powerbBI embed license and how it is different from premium and pro licenses.Solved1.1KViews0likes2Comments