I'm embedding Power BI tiles in a UWP app. The issue I'm facig is while navigating to the corresponding dashboard while embedding a tile. If I have 3 tiles in my app rendering tiles from 3 different dashboards and there is a message event attached to the window, how will I know which iframe had triggered the message event? Because depending on the iframe, I would get the dashboard URL to navigate to. How are multiple tiles from different dashboards handled?
↧