Forum Discussion
Mohd_Naim
14 days agoHelper II
Iframe continues scrolling after mouse release when interacting with Power BI visuals
Hi Community, I'm experiencing an issue with a Power BI report embedded inside an iframe. Scenario Power BI report is hosted within a custom web application using an iframe. Users interact w...
sukhi-cloudy
11 days agoNew Member
I have used this approach, but it dint worked. I am using angular 20 with "powerbi-client": "2.20"
my Html looks like this :
<div id="reportContainer">
</div>
and typescript like this:
private report: pbi.Report;
this.report = <Report>(this.powerbi.embed(reportContainer, config));
it create a source like
<div id="reportContainer">
<iframe src="app.powerbi.com/...">
</div>