Quantcast
Channel: All Developer posts
Viewing all articles
Browse latest Browse all 48116

Re: Error refreshing embedded powerbi dashboard with live stream data

$
0
0

Streaming dataset tiles in an embedded dashboard load data fine in my test. Can you try again? Maybe it was a short period site outage. If the error still persists, I'd suggest you submit a support ticket, with the canceled request details.

Capture.PNG

 

<html><script src="https://microsoft.github.io/PowerBI-JavaScript/demo/node_modules/jquery/dist/jquery.js"></script><script src="https://microsoft.github.io/PowerBI-JavaScript/demo/node_modules/powerbi-client/dist/powerbi.js"></script><script type="text/javascript">
window.onload = function () {
var embedConfiguration = {
    type: 'dashboard', // change report to dashboard
    accessToken: 'yourTokenHere',
//change report embed url to dashboard embed url
    embedUrl: 'https://app.powerbi.com/dashboardEmbed?dashboardId=739082ea-c354xxxxxx'  
}; 

var $reportContainer = $('#dashboardContainer');
 
var report = powerbi.embed($reportContainer.get(0), embedConfiguration);
 
}
 
 
</script> <div id="dashboardContainer"></div></html>  

 


Viewing all articles
Browse latest Browse all 48116

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>