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
I need guidance on implementing real-time data integration in Microsoft Fabric for the following scenarios:
Any guidance on the best architecture approach would be appreciated.
Solved! Go to Solution.
Hi @justmehere ,
Here are some of my thoughts on the issues you raised:
1. What are the recommended approaches in Fabric for these real-time integration requirements?
(1) Eventstream: Ingests data from various sources, including change data feeds from operational databases.
(2) Real-Time Hub: Centralizes streaming and discrete event data, making it easily discoverable and actionable.
(3) Data Activator: Allows for setting up conditions to trigger notifications or processes based on real-time data.
You can look at this two documents:
New Real-Time Intelligence in Microsoft Fabric | Event-based actions and insights
Real-Time Intelligence in Microsoft Fabric documentation - Microsoft Fabric | Microsoft Learn
2. Does Fabric support webhook triggers or change data capture for Salesforce?
(1) Webhooks: Salesforce can send HTTP requests to a specified URL when certain events occur, triggering processes in Microsoft Fabric.
(2) Change Data Capture (CDC): Salesforce CDC mechanisms like Change Events or Platform Events can be streamed to Azure Event Hubs, triggering workflows in Fabric.
3. How can I set up SharePoint triggers for pipeline execution?
To set up SharePoint triggers for pipeline execution, you can use Azure Data Factory or Azure Synapse Analytics.
In the Azure Data Factory or Synapse UI, go to the Integrate tab, select Trigger, and then New/Edit.Select the type of trigger.Specify the conditions under which the trigger should fire, such as file creation or modification in a SharePoint library.
You can look at this document: Pipeline execution and triggers - Azure Data Factory & Azure Synapse | Microsoft Learn
4. Would Azure Data Factory be more suitable for these event-driven integration needs?
(1) Event-Based Triggers: ADF can trigger pipelines in response to events such as file creation or deletion in Azure Storage, leveraging Azure Event Grid.
(2) Custom Event Triggers: ADF can subscribe to custom topics in Event Grid, allowing for fine-grained control over which events trigger pipeline executions.
Here are the documents you can read:
Create event-based triggers - Azure Data Factory & Azure Synapse Analytics | Microsoft Learn
Event Driven Architecture with Custom Event Trigger and Advanced Filtering - Microsoft Community Hub
Best Regards
Yilong Zhou
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Hi @justmehere ,
Here are some of my thoughts on the issues you raised:
1. What are the recommended approaches in Fabric for these real-time integration requirements?
(1) Eventstream: Ingests data from various sources, including change data feeds from operational databases.
(2) Real-Time Hub: Centralizes streaming and discrete event data, making it easily discoverable and actionable.
(3) Data Activator: Allows for setting up conditions to trigger notifications or processes based on real-time data.
You can look at this two documents:
New Real-Time Intelligence in Microsoft Fabric | Event-based actions and insights
Real-Time Intelligence in Microsoft Fabric documentation - Microsoft Fabric | Microsoft Learn
2. Does Fabric support webhook triggers or change data capture for Salesforce?
(1) Webhooks: Salesforce can send HTTP requests to a specified URL when certain events occur, triggering processes in Microsoft Fabric.
(2) Change Data Capture (CDC): Salesforce CDC mechanisms like Change Events or Platform Events can be streamed to Azure Event Hubs, triggering workflows in Fabric.
3. How can I set up SharePoint triggers for pipeline execution?
To set up SharePoint triggers for pipeline execution, you can use Azure Data Factory or Azure Synapse Analytics.
In the Azure Data Factory or Synapse UI, go to the Integrate tab, select Trigger, and then New/Edit.Select the type of trigger.Specify the conditions under which the trigger should fire, such as file creation or modification in a SharePoint library.
You can look at this document: Pipeline execution and triggers - Azure Data Factory & Azure Synapse | Microsoft Learn
4. Would Azure Data Factory be more suitable for these event-driven integration needs?
(1) Event-Based Triggers: ADF can trigger pipelines in response to events such as file creation or deletion in Azure Storage, leveraging Azure Event Grid.
(2) Custom Event Triggers: ADF can subscribe to custom topics in Event Grid, allowing for fine-grained control over which events trigger pipeline executions.
Here are the documents you can read:
Create event-based triggers - Azure Data Factory & Azure Synapse Analytics | Microsoft Learn
Event Driven Architecture with Custom Event Trigger and Advanced Filtering - Microsoft Community Hub
Best Regards
Yilong Zhou
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
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.