The ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM.
Get registeredCompete to become Power BI Data Viz World Champion! First round ends August 18th. Get started.
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!!