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

Grow your Fabric skills and prepare for the DP-600 certification exam by completing the latest Microsoft Fabric challenge.

Reply
tropic
Frequent Visitor

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?

 

tropic_0-1663168096325.png

 

1 ACCEPTED SOLUTION
edhans
Super User
Super User

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.



Did I answer your question? Mark my post as a solution!
Did my answers help arrive at a solution? Give it a kudos by clicking the Thumbs Up!

DAX is for Analysis. Power Query is for Data Modeling


Proud to be a Super User!

MCSA: BI Reporting

View solution in original post

3 REPLIES 3
edhans
Super User
Super User

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.



Did I answer your question? Mark my post as a solution!
Did my answers help arrive at a solution? Give it a kudos by clicking the Thumbs Up!

DAX is for Analysis. Power Query is for Data Modeling


Proud to be a Super User!

MCSA: BI Reporting
tropic
Frequent Visitor

can you show how to send a ticket to power bi or at least how to refresh it manually?

You can open a ticket at the bottom of this page https://powerbi.microsoft.com/en-us/support/



Did I answer your question? Mark my post as a solution!
Did my answers help arrive at a solution? Give it a kudos by clicking the Thumbs Up!

DAX is for Analysis. Power Query is for Data Modeling


Proud to be a Super User!

MCSA: BI Reporting

Helpful resources

Announcements
RTI Forums Carousel3

New forum boards available in Real-Time Intelligence.

Ask questions in Eventhouse and KQL, Eventstream, and Reflex.

MayPowerBICarousel

Power BI Monthly Update - May 2024

Check out the May 2024 Power BI update to learn about new features.

Top Solution Authors