Hello,
I currently have a problem after following the following tutorial :
https://powerbi.microsoft.com/en-us/documentation/powerbi-developer-integrate-tile-load-tile-iframe/
My code mostly follows the tutorial.
The iframe sources are set first then the security token is used during the onload event of the iframe exactly like in the above tutorial.
Everything works and the dashboard tiles all load correctly.
The problem lies with the loading time which I assume is linked to a script error I am getting :
Seeing as over 3 seconds is being wasted during the whole call to obtain this script I can only assume that fixing this error would fix my slow loading problem.
After searching left and right I could not find a way to fix my problem.