Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!View all the Fabric Data Days sessions on demand. View schedule
Hi all, Just need some feedback on whether this would work.
I'm gathering data from Google BigQuery for my dashboards.
I've built a dashboard showing me when those datatables update in BigQuery. So far, so good.
What I also want to do is send an alert if those data tables fail to refresh. e.g. if refresh date for the data table is today()-2.
Would it be possible to use the data alert function in dashboards to do this?
ie. that described here: https://docs.microsoft.com/en-us/power-bi/create-reports/service-set-data-alerts
Thanks!
Hi, @JonSwed
You may check 'Send refresh fail notifications to the dataset owner' in the corresponding dataset settings to see if it helps.
Best Regards
Allan
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
@JonSwed , You can create a date type column like
Is Today = if('Date'[Date]=TODAY()-2,"Last day",[Date]&"")
and you can select last day on page and schedule that on filter
That's great feedback, thanks.
Check out the November 2025 Power BI update to learn about new features.
Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!