Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Join the Fabric FabCon Global Hackathon—running virtually through Nov 3. Open to all skill levels. $10,000 in prizes! Register now.

Reply
fabiopaturzo
Helper I
Helper I

Create a measure on a table in power bi to set alert set if there is a new record

I created a report inot Power BI that shows a table of record errors
I want to enable the set alert feature on power BI that alerts me as soon as there is a new record in the table.
It asks me to create a measure ?

any suggestions?

2 REPLIES 2
Anonymous
Not applicable

Hi @fabiopaturzo ,

Power BI alerts are based on measures applied to visualisation tools such as dashboards, KPIs and cards, rather than directly to tables. The following is a brief action plan to help you set up alerts:

1. you need to create a measure that counts the number of records in a table.

 

Measure = COUNTROWS('Table')

 

2. Place the measure in the card visualisation.

vyifanwmsft_2-1709258162276.png

3. Pin the visualisation icon to the dashboard.

vyifanwmsft_4-1709258355014.png

 

4. Set an alert on the dashboard tile.

vyifanwmsft_5-1709258398135.png

 

vyifanwmsft_3-1709258264346.png

For more details on setting up alerts please refer to the following link:

Set data alerts in the Power BI service - Power BI | Microsoft Learn

 

Best Regards,

Ada Wang

If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

 

 

Hi Ada Wang,

this solution works only first time if  a new row is added  because then you have to updated the threshold

Helpful resources

Announcements
September Power BI Update Carousel

Power BI Monthly Update - September 2025

Check out the September 2025 Power BI update to learn about new features.

FabCon Atlanta 2026 carousel

FabCon Atlanta 2026

Join us at FabCon Atlanta, March 16-20, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.

Top Solution Authors