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

Don't miss out! 2025 Microsoft Fabric Community Conference, March 31 - April 2, Las Vegas, Nevada. Use code MSCUST for a $150 discount. Prices go up February 11th. Register now.

Reply
nhniniras
Frequent Visitor

Can Reflex trigger an event in a Fabric warehouse table

Case:

Our RPA department wants to see if we can use Data Activator or Reflex to trigger an event in Power Automate, where the Managers' email is written into a Microsoft Entra ID security group.

 

Therefore, I plan to create a Type2 history Manager table in a Fabric WH table, and the hope was that we could create a Reflex that could capture changes in this table.

 

However, here is where I encounter problems. I can't seem to get Reflex to communicate with a regular Fabric WH table. It seems that Reflex can only work with EventStreams (in JSON format) or perhaps an Azure SQL CDC database. I had the impression that Reflex could use all kinds of Fabric items as a source, but maybe I misunderstood (which certainly wouldn't be the first time in history).

Is this a "Mission Impossible" I'm dealing with, or can you guide me in another direction?

1 ACCEPTED SOLUTION
lbendlin
Super User
Super User

As I understand it Reflexes need a "change" or "trigger".  Of course much like Power Automate this is all smoke and mirror and it is  turtles polling all the way down. But it still needs something to measure to decide if a reflex should be initiated.

 

So - Reflexes don't work against data, they work against measures.  Not sure if you can implement something like that in a data warehouse.

View solution in original post

3 REPLIES 3
jameshutton
Community Admin
Community Admin

@nhniniras , here's one way you could do it:
1) Point Power BI at your table and make a visualisation from your table

2) Create a Data Activator trigger from your Power BI visualisation, using the "Set Alert" feature

3) Edit your alert in Data Activator and change the action type to a Power Automate trigger.

Hi and thank you for taking your time to give me an answar.


Even though it might work creating the trigger "Set Alert" from Power BI - I was originally hoping that I could do it a little bit more upstream in the process, like eg. in a lakehouse or warehouse table. But I was send into another direction where the process should be turned around, so that I will be Power Automate that "Query or ping" my WH table and check if there is changes to my data (instead of the other way around) 🙂

lbendlin
Super User
Super User

As I understand it Reflexes need a "change" or "trigger".  Of course much like Power Automate this is all smoke and mirror and it is  turtles polling all the way down. But it still needs something to measure to decide if a reflex should be initiated.

 

So - Reflexes don't work against data, they work against measures.  Not sure if you can implement something like that in a data warehouse.

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! Prices go up Feb. 11th.

JanFabricDE_carousel

Fabric Monthly Update - January 2025

Explore the power of Python Notebooks in Fabric!

JanFabricDW_carousel

Fabric Monthly Update - January 2025

Unlock the latest Fabric Data Warehouse upgrades!

JanFabricDF_carousel

Fabric Monthly Update - January 2025

Take your data replication to the next level with Fabric's latest updates!

Top Solution Authors