Feed in iframe properties

I want to embed a power BI report into Ignition. I can use an iframe component to show the report, but I really need each iframe to be fullscreen since we have a matrix of 4 reports to show, and I don’t want the tabs in the Power BI report to show.

There’s an iframe property for this, but it doesn’t seem like I can enter the following into the src. I can only enter a url.

<iframe title="Hub Reports" width="1140" height="541.25" src=https://app.powerbi.com/reportEmbed?reportId=a1b2c3&appId=4d5e6h&autoAuth=true&ctid=b00&config=316 frameborder="0" allowFullScreen="true"></iframe>

Is there a wayto get these iframe properties included?

Are you specifically referring to frameborder? allowFullScreen is an additional property on the component, next to the source URL:
https://docs.inductiveautomation.com/display/DOC81/Perspective+-+Inline+Frame

1 Like

I’m thinking of something like the allowFullScreen property. Unfortunately this specific property doesn’t seem to change how the view looks at all in this case.

It looks like I can handle it through Power BI instead. Sharing links for others’ reference:

Solved: Hide or Disable PAGE Tab - Microsoft Power BI Community

How to apply and remove sensitivity labels in Power BI - Power BI | Microsoft Docs

1 Like