Forum Discussion
gokulreva
7 years agoNew Member
PowerBi Embedded Dashboard - title click event issue
Hi All, I am trying to extend the embedded dashboard to support drill through using "tileClicked" event but I am getting "TileClickError" whenever I am clicking the dashboard. Below is the c...
ELNINO
6 years agoNew Member
You are trying to access elements inside an iframe. It is rendered from a different domain and that's not allowed from javascript. This is probably why you are getting the error.