The ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM.
Get registeredEnhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.
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.