The ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM.
Get registeredCompete to become Power BI Data Viz World Champion! First round ends August 18th. Get started.
Hello all,
As the title suggests I have an angular application that has multiple embedded reports in it. I have a side nav displaying all the page names of the included reports. When one of the page names is clicked the corresponding report is opened and opened to the page that was clicked on. That is the idea anyway....I have not been able to get this to work. I have tried setting the pageName in the embedConfig objects. I have tried using the setPage() method after the report is loaded in the 'loaded' event in the eventHandler config. And I have tried adding the pageName to the end of the embed url like you would a query param. No dice thus far...Does anyone have any advice or come across this issue as well? Thanks!