Hi,
I am new to Power BI integration with my Angular Js SPA web app. I am able to integrate Power BI reports published url (provided below) in iframe, which is working fine from my web app. But an important feature is missing e.g., commenting on an embedded report from web app. Is it even possible to enable commenting feature on an embedded power BI report?
https://app.powerbi.com/reportEmbed?
reportId=xxx9a9f01db&autoAuth=true&ctid=xxx5e5c7c24f767&config=https://app.powerbi.com/view?r=xxxxxxxxxxxxhc3QtYXNpYS1yZWRpcmVjdC5hbmFseXNpcy53aW5kb3dzLm5ldC8ifQ%3D%3D
<iframe width="600" height="373.5" src=https://app.powerbi.com/view?r=xxxxxxxxxxxxCI6ImE4ZjFiNDUwLTNjNzUtNGZkMi04M2QxLTVlNWM3YzI0Zjc2NyIsImMiOjEwfQ%3D%3D&pageName=ReportSectionf241750a0b8e375855e0 frameborder="0" allowFullScreen="true"></iframe>
Please help.