Hello, my Power BI dataset scheduled to refresh 8 times a day.
I need to send an email to new customers (that are added to a SQL table) AFTER a refresh is completed.
So it goes something like:
1. Get a trigger when Power BI successfully finishes a refresh (if it is possible. If not - what are alternatives)
2. Check a SQL table if there are new customers (the EmailSent_indication field is null)
3. Email them
4. Update the EmailSent_indication field in the SQL table
What is the best way to build it?
Thank you