Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!To celebrate FabCon Vienna, we are offering 50% off select exams. Ends October 3rd. Request your discount 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.