Hi, I am trying to embed PowerBI report using the iframe into SharePoint content editor webpart.I see when ever page loads, it auto scrolls to content of iframe containing the power bi report. My current SharePoint home page contains lot of other details and because of this behaviour it always skips the top portion of page and scrolls to iframe.
Is there a way to avoid focussing on power bi report on page load and scroll stays at top of the page?
<iframe width="1200" height="380" id="usageReport" src="https://app.powerbi.com/view?r=someUniqueKey" frameborder="0" allowfullscreen="true"></iframe><br/>