Join us for an expert-led overview of the tools and concepts you'll need to pass exam PL-300. The first session starts on June 11th. See you there!
Get registeredPower BI is turning 10! Let’s celebrate together with dataviz contests, interactive sessions, and giveaways. Register now.
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 notificiation should be sent to dedicated groups of subscribers as the refresh process gets failed or completed.
I am aware of mailing notification service is available in case of scheduled refresh, however my scenario is a bit different.
Do you have any clue how it can be bridged over?
Thank you in advance.
Best regards,
Norbi
Solved! Go to Solution.
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)
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)