Forum Discussion
Padmanabhan
Helper II
8 months agoFabric metric extraction using rest api
I extracted the needed metrics of fabric using the powerBI rest API. "https://api.powerbi.com/v1.0/myorg/groups/{workspace_id}/datasets/{dataset_id}/executeQueries" But the data is extracted on...
- 8 months ago
I'd suggest -
Resume the capacity via API just before pulling metrics (then pause again). Use the Azure Fabric Capacities REST API: POST .../providers/Microsoft.Fabric/capacities/{capacityName}/resume and .../suspend for pause; automate with Logic Apps/Runbooks.
then turn it off.
tayloramy
Super User
8 months agoHi Padmanabhan,
I don't believe there is any way to get metrics/metadata while the capacity is paused.
More details about what you're trying to do and the intended goal would be helpful.
If you found this helpful, consider giving some Kudos. If I answered your question or solved your problem, mark this post as the solution.