The ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM.
Get registeredEnhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.
Hi community members
after configuring the alert for a real time dashboard and once the condition gets satisfied, i want to store those events into some other location say lakehouse, warehouse or eventhouse.
How can we achieve this , i see a third option in Action "Run a Fabric Item"
can we achieve through this option?? if yes what will be the process or steps to do it ?
suggest some possible ways,
Thanks in advance
Solved! Go to Solution.
Hi @ramankr48
Please go through the below Microsoft Documents for reference:
What is Real-Time Intelligence - Microsoft Fabric | Microsoft Learn
Create Activator alerts from a Real-Time Dashboard - Microsoft Fabric | Microsoft Learn
Set alerts based on Fabric events in Real-Time hub - Microsoft Fabric | Microsoft Learn
If this post helps, kindly mark it as Accepted Solution.
Thank You!
Hi @ramankr48
I wanted to check if you had the opportunity to review the information provided. Please feel free to contact us if you have any further questions. If my response has addressed your query, please accept it as a solution and give a 'Kudos' so other members can easily find it.
Thank you.
Hi @ramankr48
I hope this information is helpful. Please let me know if you have any further questions or if you'd like to discuss this further. If this answers your question, please Accept it as a solution and give it a 'Kudos' so others can find it easily.
Thank you.
do we have a sample tutorial or documentation on this
Hi @ramankr48
Please go through the below Microsoft Documents for reference:
What is Real-Time Intelligence - Microsoft Fabric | Microsoft Learn
Create Activator alerts from a Real-Time Dashboard - Microsoft Fabric | Microsoft Learn
Set alerts based on Fabric events in Real-Time hub - Microsoft Fabric | Microsoft Learn
If this post helps, kindly mark it as Accepted Solution.
Thank You!
Hi @ramankr48
We are following up to see if your query has been resolved. Should you have identified a solution, we kindly request you to share it with the community to assist others facing similar issues.
If our response was helpful, please mark it as the accepted solution and provide kudos, as this helps the broader community.
Hi @ramankr48
May I ask if you have resolved this issue? If so, please mark the helpful reply and accept it as the solution. This will be helpful for other community members who have similar problems to solve it faster.
Thank you.
once I implement it successfully, sure I will mark it as a solution
Hi @ramankr48
Thank you for reaching out to the Microsoft Fabric community.
Regarding your query yes, it is absolutely possible to store alert-triggered events in a Lakehouse, Warehouse, or Eventhouse using the "Run a Fabric item" action.This action enables you to trigger a Fabric item such as a Pipeline, Notebook, or Dataflow Gen2 when the alert condition is met in your Real-Time Intelligence dashboard.
Create a pipeline in Microsoft Fabric, within the pipeline add a Web activity or Copy activity to your pipeline.Configure the activity to fetch or receive the alert payload from the desired source.
Store them in Lakehouse, Warehouse, and Eventhouse, and configure Real-Time Intelligence Alerts to trigger the pipeline. Navigate to the Pipelines section, add necessary activities, and set the action to "Run a Fabric Item" in your alert settings.
You can also choose to run a Notebook directly as the triggered Fabric item. Within the notebook, use Python or Spark to process and write the alert data to your desired storage format or destination.
If my response has resolved your query, please mark it as the Accepted Solution to assist others. Additionally, a 'Kudos' would be appreciated if you found my response helpful.
Thank You
The data is already in the eventhouse?