Forum Discussion

tropic's avatar
tropic
Frequent Visitor
4 years ago
Solved

Usage Metrics Report not Updating

Hi. I recently published a dashboard and wanted to see who are the current users viewing it, as well as the daily traffic. I went to usage metric report but the data only has until Sep 10. I published the data Sep 9. Users have been accessing the dashboard since Monday Sep 12, but they are not reflected in the usage metrics report. Any one knows what could be the issue?

 

 

  • Seems to be happening to others. You need to manually refresh it using the Power BI Rest API

     

    Invoke-PowerBIRestMethod -Url "https://api.powerbi.com/v1.0/myorg/groups/$workspaceid/datasets/$datasetid/refreshes" -Method Post -Body $body

     

    Honestly, I'd raise a support ticket on this. The refresh seems to be a bit flakey in some cases.

3 Replies

  • edhans's avatar
    edhans
    Icon for Community Champion rankCommunity Champion

    Seems to be happening to others. You need to manually refresh it using the Power BI Rest API

     

    Invoke-PowerBIRestMethod -Url "https://api.powerbi.com/v1.0/myorg/groups/$workspaceid/datasets/$datasetid/refreshes" -Method Post -Body $body

     

    Honestly, I'd raise a support ticket on this. The refresh seems to be a bit flakey in some cases.