Forum Discussion
jgehani
7 years agoFrequent Visitor
Fetching report update date
How can we get the updated date of all the reports in Power BI service? Is there any existing API that provides this information. Power BI service launched a new UI recently and they are showing the updated date now.
2 Replies
- GilbertQSuper UserHi there
This would be the API where you can get that information:
https://docs.microsoft.com/en-us/rest/api/power-bi/datasets/getrefreshhistoryingroup
You would just need to loop through all the groups (App Workspaces)- jgehaniFrequent Visitor
Thanks, Gilbert for your response.
I am looking for the create date or update date of Reports. The one you have shared is for the data refresh start and end time. Please find the attached screenshot.