Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Register now to learn Fabric in free live sessions led by the best Microsoft experts. From Apr 16 to May 9, in English and Spanish.

Dashboards in power BI embedded suddenly stopped working

We have been using Power BI embedded for the last 6 months, using the Java script API to embed dashboards and reports with no problems at all (it's great!). However, today all our dashboards stopped working, but the reports are still working perfectly.

 

No code or permissions have changed on our side as far as I can tell.

 

We are able to get an embed token for the dashboards, but on making the final request we get the response below.

 

var config = {
    "type": "dashboard",
    "tokenType": 1,
    "accessToken": "<<<OUR TOKEN>>>",
    "embedUrl": "https://app.powerbi.com/dashboardEmbed?<<<GROUP>>>&dashboardId=<<<DASHBOARD ID>>>",
    "pageView": "fitToWidth",
    "id": "<<<DASHBOARD ID>>>",
    "permissions": 7,
    "settings": {
        "filterPaneEnabled": false,
        "navContentPaneEnabled": true
    }
};
var embedContainer = jQuery('#embedContainer')[0];
var report = powerbi.embed(embedContainer, config);

 

 
 It *almost* works, we see the correct dashboard title, but where it was working last week, today it says "The report shown in this tile doesn't exist or you don't have permission to view it".
 
However, the user does have permission and the dashboard does exist, and it was all working fine yesterday. Also, the user is a 365 group owner where this report is defined, and the above code for displaying the report works absolutely fine, so they should have permissions. I've tried recreating brand new dashboards too, same issue.
 
This is applying to all dashboards and so affects a lot of users. Again, reports are fine.
 
Anybody seen this issue before please?
 
Status: New
Comments
v-qiuyu-msft
Community Support

Hi @Anonymous,

 

It's a known issue. Please keep an eye on the status of this issue on Support site: 

 

q5.PNG

 

Best Regards,
Qiuyun Yu