Iframe in an HTML Component

Hello, I'm trying to Embed a Power BI report in a Html Component. It Shows up in Radzen, but blank on the page. Any Ideas.

div class="embed-responsive embed-responsive-21by9">
iframe src="https://app.powerbi.com/view?r=eyJrIjoiMjIyZWNlZWUtZWEy......." frameborder="0" allowFullScreen="true">/iframe>
/div>"

Thanks

1 Like

Do you have any errors in the browser console? I've just tried the same and it works at first glance:

Here is another thread with similar integration:

1 Like

Turns outs the HTML Component was inside a row Component. Once I Deleted the Row, It works great.

Thanks

Hi @Hivoltech , I have been trying to embed a Power BI into a solution in radzen application, I saw that you made it successfully, Can you help me about how you did it ?

Thanks a lot.