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.
Hello Experts!
I’m trying use the Get Refreshables REST API (Admin - Get Refreshables - REST API (Power BI Power BI REST APIs) | Microsoft Docs) to get a list of the refreshables and refresh history on our Power BI Data Sets.
We have mostly Pro Workspaces which I know are shared capacity. We also have a few PPU licences and a PPU Workspace.
When I run the above mentioned API call, I only get the refreshables in my PPU Workspace. Do you know if we can only get the refreshables for dedicated capaicties using the REST API mentioned above? Is there a way to get the refreshables and refresh history for Data Sets in shared capacities?
Thanks!
Solved! Go to Solution.
Have you tried this:
https://docs.microsoft.com/en-us/rest/api/power-bi/datasets/get-refresh-history-in-group
Have you tried this:
https://docs.microsoft.com/en-us/rest/api/power-bi/datasets/get-refresh-history-in-group
That's awesome!! Thanks so much @mariussve1. Yes, that works! I'll have to iterate through all the workspaces and datasets, but that should ok.