Skip to main content

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

Hi ​@pontus.berglund 

Same message again, so it is mentioned in all locations.

Not the path, but the value can be pulled from the source.

I actually have answered this question a few times already. I can’t remember all of them, so I upgraded the guide to show it.

https://support.timextender.com/data%2Dsources%2D112/use%2Doauth%2D2%2D0%2Dclient%2Dauthentication%2Dto%2Dconnect%2Dto%2Dgraph%2Dapi%2Dwith%2Dthe%2Dtimextender%2Drest%2Ddata%2Dsource%2D1787#Users+messages


Reply