Forum Discussion
Anonymous
4 years agoNot applicable
Parameter notifyOption fails by refreshing dataset via API
Hello, We are refreshing our datasets in Power BI by using the rest API. This works fine. But now we want to receive notifications by email when the refresh from the dataset fails. Therefor...
nitishsh91
Solution Supplier
4 years agoHi Anonymous
You can call below API to find the dataset refresh history:
https://api.powerbi.com/v1.0/myorg/groups/{workspaceGuid}/datasets/{datasetGuid}/refreshes?$top=1
That's what we use to find out the refresh history post triggering the dataset refresh via API.