Supplies are limited. Contact info@espc.tech right away to save your spot before the conference sells out.
Get your discountScore big with last-minute savings on the final tickets to FabCon Vienna. Secure your discount
hi
is there a way in Power BI to check which reports are scheduled and when they are send?
thnx
Solved! Go to Solution.
Hi. I don't think there is a place to check them all. If you don't too many, as an admin, you can grant you access to workspaces and check one by one.
If you want to check by code, there is a Power Bi Rest API that can help here. You could get all datasets at the tenant and then ask for their schedule refresh: https://learn.microsoft.com/en-us/rest/api/power-bi/datasets/get-refresh-schedule-in-group
I hope that helps,
Happy to help!
Hi. I don't think there is a place to check them all. If you don't too many, as an admin, you can grant you access to workspaces and check one by one.
If you want to check by code, there is a Power Bi Rest API that can help here. You could get all datasets at the tenant and then ask for their schedule refresh: https://learn.microsoft.com/en-us/rest/api/power-bi/datasets/get-refresh-schedule-in-group
I hope that helps,
Happy to help!
hi , this is not the reply i was hoping for but it is more than expected. No worries, will not go through all the workspaces as we have a lot..... Thanks for the support!!