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

Join us at the 2025 Microsoft Fabric Community Conference. March 31 - April 2, Las Vegas, Nevada. Use code FABINSIDER for $400 discount. Register now

Reply
knowlec
Frequent Visitor

Data Activator not reading new data points or sending alerts

Hi,

 

i have a reflex that monitors a line chart on my report. 

I created it like this:

knowlec_0-1716382326745.png

 

it pulls in the correct data and i can recieve a test alert.

however whenever there is new data in the line chart when it is updated via schedueled refresh, the new datapoint does not come into the reflex and obviously, no alert is sent.

 

what am i doing wrong to get the data to stream real time and to send alerts when the change occurs? 

im reading in from a csv file on my local machine.

thank you

 

3 REPLIES 3
WillT
Community Admin
Community Admin

Hi @knowlec . There are two 'refreshes' happening here - first, the Power BI dataset is being refreshed with your new data in the CSV. Second, the reflex is running a query to pull data from PBI. The reflex will poll every hour so it can take some time before you see the data show up in Data Activator. 

 

If that doesn't clarify, can you also post a screenshot of your Power BI report? That would help us understand what you're seeing. 

 

thank you!

knowlec
Frequent Visitor

thanks @WillT . 

youre correct in that after an hour or so, there are the new datapoints in the reflex query, however im not getting the alerts for these. 

 

snip of the report:

knowlec_0-1716969227685.png

 

the datapoints on the right are the ones that we're reloaded post reflex set up, but were neveer alerted.

 

i also noticed for some reason in the data tab in the reflex that there is a new column generated with the datapoints for some reason...

knowlec_1-1716970023244.png

knowlec_2-1716970074058.png

 

bascially im not getting the alerts but the test alerts work.

are the alerts only working for real-time streaming? 

v-tangjie-msft
Community Support
Community Support

Hi @knowlec ,

 

 To ensure real-time data updates and alerts, the data source needs to support real-time streaming. Since you mentioned using a CSV file on your local machine, this setup inherently lacks real-time data streaming capabilities. For real-time functionality, consider using a streaming data source. 

If you rely on scheduled refreshes, the data isn't truly real-time. Scheduled refreshes update data at predefined intervals, not instantly as new data arrives. This might explain why new data points aren't triggering alerts immediately.

As a test, try setting up a simple real-time streaming dataset in Power BI and connect it to a reflex in Data Activator. This can help verify if the issue lies with the data source or the reflex configuration.

For more details, please refer: Get data for Data Activator from Real-Time Hub - Microsoft Fabric | Microsoft Learn

 

Best Regards,

Neeko Tang

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

Helpful resources

Announcements
Las Vegas 2025

Join us at the Microsoft Fabric Community Conference

March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount!

FebFBC_Carousel

Fabric Monthly Update - February 2025

Check out the February 2025 Fabric update to learn about new features.

Feb2025 NL Carousel

Fabric Community Update - February 2025

Find out what's new and trending in the Fabric community.

Top Kudoed Authors