Power BI
NewWhen 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.
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)
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.
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