Forum Discussion
Anonymous
8 years agoNot applicable
Embed code in Sway presentation without publish to web
Hi Apologies if this has been stretched before. I need a way to integrate full capacity PBI dashboards/report pages (interactive etc) within presentations. As this is not yet viable for p...
andrebsb
3 years agoNew Member
Apenas retire o tamanho: exclua o width e o height
O Power BI indica o código:
<iframe title="Test" width="600" height="373.5" src="https://app.powerbi.com/view?xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx" frameborder="0" allowFullScreen="true"></iframe>
Retirando o width e height fica:
<iframe title="Test" src="https://app.powerbi.com/view?xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx" frameborder="0" allowFullScreen="true"></iframe>
Provavelmente irá funcionar.