Forum Discussion
nstreling
4 years agoNew Member
API driven dataset refresh sends mail notification / alert regarding refresh status
Dear Community, Please help me out with your expertise corresponding to code driven dataset refresh notification feature of Power BI Service API Endpoint(s). In my current project a mail noti...
- 4 years ago
Use the standard API calls
1. initiate a dataset refresh request
2. Poll the refresh history to see if the latest item has completed
3. Once completed, send your email or initiate other actions (like cascading refreshes)
lbendlin
4 years agoSuper User
Use the standard API calls
1. initiate a dataset refresh request
2. Poll the refresh history to see if the latest item has completed
3. Once completed, send your email or initiate other actions (like cascading refreshes)