Forum Discussion
Anonymous
5 years agoNot applicable
Power BI Report Embedded in Dynamics 365
Hey Community, I had a question on the issues I am facing when Embedding a Report (not dashboard) in Dynamics 365. Here is my strategy: - I create a new dashboard in Dynamics and I create a n...
Anonymous
5 years agoNot applicable
I still haven't found a great solution to this problem. The code below is what I have found works best:
<html><head><meta><meta><meta><meta><meta><meta><meta><meta><meta><meta><meta><meta><meta><meta></head><body onfocusout="parent.setEmailRange();" data-new-gr-c-s-loaded="14.1007.0" style="overflow-wrap: break-word;">
<iframe src="YOURLINKHERE" onload="javascript:(function(o){o.style.height=o.contentWindow.document.body.scrollHeight+"px";}(this));" style="height:100%;width:100%;border:none;overflow:hidden;"></iframe>
</body></html>