I am fetching refresh logs from power bi using the following endpoint: https://api.powerbi.com/v1.0/myorg/groups/{groupid}/datasets/{id}/refreshes
(https://learn.microsoft.com/en-us/rest/api/power-bi/datasets/get-refresh-history-in-group#refresh)
In my use case, the groupid is hard coded and I iterate over the datasetid {id} using dynamic values FromEndpointTable.
The setup for this is the same as in this guide:
My problem is that the dataset id is not included in the payload for the refresh log endpoint, so I have no way of knowing which power bi dataset has been refreshed.
Could I somehow include the dynamic endpoint as a field in the result set? Or is there any other way to solve this?
Best regards,
Pontus B