Get certified for free when you join Fabric Data Days 2026 and dive into Fabric, Power BI, SQL, AI, and other essential data skills.
Join nowData Days is here! Join us now for 60+ days of learning, challenges, and connection. Learn more
I need to be able to email users when the dataset is refreshed with new data.
The problem I have is that emails are sent out after the first refresh of the day regardless of whether the underlying data has changed.
Sometimes the ETL processes feeding in new data fail, and under these situations I don't want to email the users after a "false" refresh.
So here is one method. Create a measure that is count of rows of some fact table that you have using COUNTROWS. Display this measure in a Card tile on a dashboard. Use the ellipses (...) of the tile to Manage alerts. Set an alert for a number you know is well below how many rows are in the table. Alerts will only be sent when the data changes.
Don't miss out on Data Days, June 15 through August 7. Learn Fabric, Power BI, SQL, AI and more.
Check out the May 2026 Power BI update to learn about new features.
| User | Count |
|---|---|
| 15 | |
| 10 | |
| 10 | |
| 8 | |
| 7 |
| User | Count |
|---|---|
| 41 | |
| 37 | |
| 35 | |
| 29 | |
| 20 |