Get certified for free when you join Fabric Data Days 2026 and dive into Fabric, Power BI, SQL, AI, and other essential data skills.
Join nowTry your skills in the Power BI Dataviz World Championship! Round one ends June 26. Join now
Hi,
I've built a power automate flow custom connector using Enhanced refresh with Power BI REST API - Power BI | Microsoft Learn
its refreshing the dataset but then not notifying subscibers of the dataset when the refresh is complete or failed.
I've tried including at least one of these fields:
{ "type": "Full", "commitMode": "transactional", "maxParallelism": 2, "retryCount": 2 }
and also with/ without
Hi @JAnder
Thanks for your reply!
The notifications would normally go out to any one subscribed to the dataset, usually just a users email address. This configuration works for refreshing via the regular PBI API refresh.
In the refresh examples below, single user subscribers to a dataset are receiving email notifications on refresh completion Via Api but not Via Enhanced Api.
I haven't tried your exact scenario, but certainly notification on scheduled refreshes is not supported while using as service principal. That may be related to your problem
https://learn.microsoft.com/en-us/rest/api/power-bi/datasets/update-refresh-schedule-in-group
The notification option on termination of a scheduled refresh. Service principals only support the NoNotification value.
Don't miss out on Data Days, June 15 through August 7. Learn Fabric, Power BI, SQL, AI and more.
Check out the May 2026 Power BI update to learn about new features.