Skip to main content
Microsoft Idea

Power BI

New

When updating a dataset using the Refresh a dataset connector in Power Automate, I would like to receive the mail notification on refresh completion including either failure and success.

Vote (28) Share
M B's profile image

M B on 13 Aug 2021 10:08:42

When updating a dataset using the Refresh a dataset connector in Power Automate, 

notifyOption can be specified, and I would like to receive the mail notification on refresh completion including either failure and success.



URL:

https://docs.microsoft.com/ja-jp/connectors/powerbi/#refresh-a-dataset



 

Comments (2)
M B's profile image Profile Picture

M B on 18 Aug 2021 00:46:31

RE: When updating a dataset using the Refresh a dataset connector in Power Automate, I would like to receive the mail notification on refresh completion including either failure and success.

Yes its already there in REST APIs but I request this notification option should be able to specify in case of the Refresh a dataset connector in Power Automate.

M B's profile image Profile Picture

Sam Rock on 16 Aug 2021 02:47:27

RE: When updating a dataset using the Refresh a dataset connector in Power Automate, I would like to receive the mail notification on refresh completion including either failure and success.

I am pretty sure it already does that. Read the API documentation
https://docs.microsoft.com/en-us/rest/api/power-bi/datasets/refresh-dataset
NotifyOption

Mail notification options (success and/or failure, or none)



NotifyOption


Name
Type
Description


MailOnCompletion


string



Mail notification will be sent on refresh completion, including either failure and success



MailOnFailure


string



Mail notification will be sent on refresh failure



NoNotification


string



No notification will be sent