Power BI is turning 10, and we’re marking the occasion with a special community challenge. Use your creativity to tell a story, uncover trends, or highlight something unexpected.
Get startedJoin us at FabCon Vienna from September 15-18, 2025, for the ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM. Get registered
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?
Solved! Go to Solution.
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.
@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) 🙂
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.
This is your chance to engage directly with the engineering team behind Fabric and Power BI. Share your experiences and shape the future.
Check out the June 2025 Fabric update to learn about new features.