Hi Everyone,
I have Microsoft flow that send a slack message when a power bi alert is triggered.
I would like to start the flow when the dataset is updated. Is there any ways to do that?
@Kevin_Conseil Rather than look for an update message to trigger something, you could always initiate the refresh from the Flow using the refresh API. https://docs.microsoft.com/en-us/rest/api/power-bi/datasets/refreshdataset
hmm unfortunately this won`t work as the refresh is done manually from someone else than me.