Explore and share Fabric Notebooks to boost Power BI insights in the new community notebooks gallery.
Check it out now!Microsoft is giving away 50,000 FREE Microsoft Certification exam vouchers. Get Fabric certified for FREE! Learn more
Hello, is there a way, and what licenses do you need , to make a rule that when a change occur, or search from a scheduler and only send a mail when new records are added in a table? I am using power bi premium and power automate, if there is another solution please tell me.
Thank you
Solved! Go to Solution.
Use Power Automate to run DAX queries against your dataset. Use an external data source (like a Sharepoint list) to figure out if a change happened ( Power BI has no memory, and cannot do that for you) . Once a change is detected, use the same Power Automate flow to send the notification emails.
Use Power Automate to run DAX queries against your dataset. Use an external data source (like a Sharepoint list) to figure out if a change happened ( Power BI has no memory, and cannot do that for you) . Once a change is detected, use the same Power Automate flow to send the notification emails.