Forum Discussion
Anonymous
6 years agoNot applicable
Send email when date approaches
Hi, In dashboard i have a column as last analyed date, if the the date is above 6 months then i need to send a email statying that the data is 6 months outdated. How to achive this in power bi . Is...
- 6 years agoHi @ sreekar18,
On dashboards you can set some alerts, check documentation below, although there are some limitations.
https://docs.microsoft.com/en-us/power-bi/service-set-data-alerts
Other option is to make use of power flow to automate de process.
Regards,
MFelix
Anonymous
6 years agoNot applicable
HI Anonymous ,
AFAIK, current power bi service not able to send custom email.
You can consider to write a measure to get last date and compare it with 'today' function to return diff days, then you can create a card visual with that measure and enabled the alert feature on it to send notification messages.
Regards,
Xiaoxin Sheng