Hi ,
I am using embedded powerbi into my application. Application manages its session time out based on the mouse clicks on the UI. When powerbi reports is embedded , we do not have control on the DOM document inside the embedded iframe. We need to get that control so that we can add event handling to take care of application session time outs ,etc. Basically, in my application, i am looking for a way by which I can access via javascript , the document html that is inside the embedded iframe of powerbi.
Thanks.