Supplies are limited. Contact info@espc.tech right away to save your spot before the conference sells out.
Get your discountScore big with last-minute savings on the final tickets to FabCon Vienna. Secure your discount
I am getting belwo error
Blocked a frame with origin "http://localhost:6790" from accessing a frame with origin "https://embedded.powerbi.com". The frame requesting access has a protocol of "http", the frame being accessed has a protocol of "https". Protocols must match.
My code:
Snippet
var iframe = document.createElement("iframe"); iframe.style.display = "none"; iframe.src = data.Report.EmbedUrl.replace('https:',''); iframe.onload = (function () { iframe.style.display = "block"; var m = { action: "loadReport", accessToken: data.AccessToken }; message = JSON.stringify(m); iframe.contentWindow.document.postMessage(message, "*"); alert("loaded"); }); document.getElementById("reportframe").appendChild(iframe);
User | Count |
---|---|
10 | |
5 | |
4 | |
4 | |
3 |
User | Count |
---|---|
14 | |
9 | |
5 | |
5 | |
4 |