Forum Discussion

ahwanmishra's avatar
ahwanmishra
Regular Visitor
2 years ago
Solved

Power BI API - Retrieving Latest Dataflow Refresh Status

Hello Community,

 

I'm encountering an intermittent issue with the Power BI API while attempting to retrieve the status of the last refresh for a specific dataflow. We use the following endpoint:

 

https://api.powerbi.com/v1.0/myorg/groups/{groupId}/dataflows/{dataflowId}/transactions/transactions?$top=1

 

Despite including the $top=1 parameter, we received the status of a dataflow refresh that wasn't the most recent.

 

This issue comes up occassionally and we have not identified a consistent pattern for it. Could someone provide insights into potential limitations causing this discrepancy?

Additionally, I'm looking for the most effective method to reliably retrieve details on the latest dataflow refresh.

2 Replies