Please add this operation. It is extremely useful in case of Datasets to monitor refreshes and even more important for me to check whether the refresh is stil going on or is already finished (and with what status). Based on this information I can either rerun the refresh or initialize following data transformation.
Hi everybody, there is already a way, how you can get the last status of a DataFlow refresh. You could use the api call https://api.powerbi.com/v1.0/myorg/groups/{groupId}/dataflows/{dataflowId}/transactions. This provides the status of the last 10 refreshes. Together with the following command you could extract the status of the most current dataflow refresh: @first(json(string(activity('GetDataFlowRefreshStatus').output)).value).status
Hi, I don't see a refresh history for dataflows, only for datasets. These are the only methods for dataflows:
Cancel Dataflow Transaction Delete Dataflow Get Dataflow Get Dataflow Data Sources Get Dataflow Transactions Get Dataflows Get Upstream Dataflows In Group Refresh Dataflow Update Dataflow Update Refresh Schedule