Forum Discussion
Crear alerta
Buenas,
Estoy intentando crear varias alertas en unas tarjetas pero no soy capaz de que me lleguen las notificaciones correctamente.
El modelo de datos se actualiza automáticamente todos los días a las 9 de la mañana con una copia de bbdd del día anterior. lo que busco es que me notifique cuando el valor de esa tarjeta es mayor a 0.
Es importante que me mande la notificaicón una vez se actualice para ver los datos correctos. He intentado configurarlo de varias formas.. pero me manda notificaciones cada hora o me las manda de madrugada cuando aun no está actualizado.
No se como puedo configurarlo para que me las envíe una vez actualizado.
Hi Gaspar89
Not entirely sure, but what may work best in this case is to move away from the native Power BI alerts and use Power Automate instead.
From your description, the semantic model is refreshed every day at 9:00 AM with data from the previous day, and you need to receive a notification only after that refresh has completed and only when the card value is greater than 0.
A possible approach would be:- Create a flow in Power Automate.
- Use a trigger such as "When a semantic model refresh completes" (if available in your environment).
- Add an action to query the value behind the card.
- Create a condition:
- If the value is greater than 0 → send an email, Teams message, or push notification.
- If the value is 0 → do nothing.
If the refresh completion trigger is not available, another option is to schedule the flow to run shortly after the expected refresh time (for example, 9:15 or 9:30 AM), allowing enough time for the refresh to finish before checking the data.
This approach is generally more reliable than Power BI's native data alerts because it gives you control over when the evaluation takes place. Native alerts can be checked by the service at intervals that do not necessarily align with your dataset refresh schedule, which explains why you may receive notifications overnight or every hour.For more information, see the Microsoft documentation:
Integrate Power BI Data Alerts with Power Automate - Power BI | Microsoft Learn
Data refresh in Power BI - Power BI | Microsoft Learn
Note: I translated the original post and there may be some translation inaccuracies.
3 Replies
- ZanquetaSuper User
Hi Gaspar89
Not entirely sure, but what may work best in this case is to move away from the native Power BI alerts and use Power Automate instead.
From your description, the semantic model is refreshed every day at 9:00 AM with data from the previous day, and you need to receive a notification only after that refresh has completed and only when the card value is greater than 0.
A possible approach would be:- Create a flow in Power Automate.
- Use a trigger such as "When a semantic model refresh completes" (if available in your environment).
- Add an action to query the value behind the card.
- Create a condition:
- If the value is greater than 0 → send an email, Teams message, or push notification.
- If the value is 0 → do nothing.
If the refresh completion trigger is not available, another option is to schedule the flow to run shortly after the expected refresh time (for example, 9:15 or 9:30 AM), allowing enough time for the refresh to finish before checking the data.
This approach is generally more reliable than Power BI's native data alerts because it gives you control over when the evaluation takes place. Native alerts can be checked by the service at intervals that do not necessarily align with your dataset refresh schedule, which explains why you may receive notifications overnight or every hour.For more information, see the Microsoft documentation:
Integrate Power BI Data Alerts with Power Automate - Power BI | Microsoft Learn
Data refresh in Power BI - Power BI | Microsoft Learn
Note: I translated the original post and there may be some translation inaccuracies. - v-achippaCommunity Support
Hi Gaspar89,
Thank you for reaching out to Microsoft Fabric Community.
Thank you Zanqueta for the prompt response.
As we haven’t heard back from you, we wanted to kindly follow up to check if the solution provided by the user's for the issue worked? or let us know if you need any further assistance.
Thanks and regards,
Anjan Kumar Chippa
- Gaspar89Helper I
Si, finalmente lo realicé mediante power automate, pero programada, ya que no encontré o mi licencia no incluye el lanzador cuando se actualice el informe.