Forum Discussion
Get Refresh History
Hello,
On my tenant, I'm Power BI administrator and Capacity administrator. But I am not administrator on each Workspace.
I need to see all refresh duration of all datasets of my power BI capacity, even if I'm not administrator on all workspaces.
I tried to get history refresh using the API "Datasets - Get Refresh History In Group", but it seems that I can not get history of datasets refresh that I'm not the Workspace Administrator. And I can not use this with service principal.
Is there a way to get all history refresh without being workspace Administrator? Because I'm Power BI administrator and Capacity administrator on my tenant.
Thanks for your feedback
- Anonymous5 years ago
Hi,nicolasf
You may try it in admin portal > capacity settings > refresh summary.
For more information ,you can refer to this :
https://docs.microsoft.com/en-us/power-bi/connect-data/refresh-summaries
Hope it helps.
Best Regards,
Caitlyn Yan
If this post helps then please consider Accept it as the solution to help the other members find it more quickly.
2 Replies
- nickyvvMost Valuable Professional
Hi nicolasf,
I think you want to use the following API:
Capacities - Get Refreshables For CapacityWith the $expand option you can get related entities inline, e.g. groups (=workspaces). Have a look at the 2nd example.
- AnonymousNot applicable
Hi,nicolasf
You may try it in admin portal > capacity settings > refresh summary.
For more information ,you can refer to this :
https://docs.microsoft.com/en-us/power-bi/connect-data/refresh-summaries
Hope it helps.
Best Regards,
Caitlyn Yan
If this post helps then please consider Accept it as the solution to help the other members find it more quickly.