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

Join 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

Reply
Alexis2024
Frequent Visitor

Issue with CreateSucceeded Event Detection in Microsoft Fabric Event Stream

Hi everyone,

 

I’m encountering an issue with Microsoft Fabric Event Stream and would appreciate any help or suggestions from the community.

 

I’ve set up an Event Stream in Microsoft Fabric to detect various events, including the CreateSucceeded event. However, while other events are being detected correctly, the CreateSucceeded event is not being detected at all.

 

Details of my setup:

•I’m using the enhanced capabilities (preview) for my Event Stream.

•I have verified that the events are correctly configured, and other types of events are working fine.

•I’ve reviewed the Microsoft documentation and the runtime logs, but I haven’t found any errors related to this specific event.

 

Has anyone else faced a similar issue with events in Microsoft Fabric? Is there anything else I should check or any additional steps I can take to resolve this problem?

 

Any help or suggestions would be greatly appreciated.

 

Thank you!

 

 

4 REPLIES 4
Anonymous
Not applicable

Hi @Alexis2024 ,

What content creation do you need to monitor?
Please note that ItemCreateSucceeded in Fabric refers to an event produced when a new artifact is created successfully.
vjunyantmsft_0-1721955828517.png
An artifact in this context refers to Fabric content such as Reflex or Eventstream, and not just the creation of a file.

vjunyantmsft_1-1721955839340.png

vjunyantmsft_2-1721955853480.png

vjunyantmsft_3-1721955863651.png

All of the above you can find in this document:
Explore Fabric workspace item events in Fabric Real-Time hub - Microsoft Fabric | Microsoft Learn

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

Hi,

 

I would like to monitor the upload of a file to be exact, but I am testing by creating a notebook and dataflow. That event never gets generated for me. The events I can see are ItemUpdateSucceeded, ItemReadSucceeded, and also ItemDeleteSucceeded.

 

Alexis2024_0-1722009484278.png

 

Anonymous
Not applicable

Hi @Alexis2024 ,

The Item monitored by Microsoft.Fabric.ItemCreateSucceeded refers to artefacts created in Fabric like Reflex or Eventstream, not to an entity object like a file.

If it is possible to get the total number of folders in a given destination, e.g. through a measure (e.g. if there is a table dedicated to dynamically logging all the folders), then you can create a Reflex for that measurement, which will be triggered when that measurement is changed.
If you are unable to implement this approach, I found the following link which may be helpful requiring the use of a data factory:

Azure Data Factory: Storage event trigger only on new files - Stack Overflow


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

@Anonymous 

Thank you for the information. However, I noticed that when I create an item such as a notebook or a data flow, the Microsoft.Fabric.ItemCreateSucceeded event is not triggered. Do you know if this is a known issue?

Helpful resources

Announcements
Join our Fabric User Panel

Join our Fabric User Panel

This is your chance to engage directly with the engineering team behind Fabric and Power BI. Share your experiences and shape the future.

May FBC25 Carousel

Fabric Monthly Update - May 2025

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

June 2025 community update carousel

Fabric Community Update - June 2025

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

Top Solution Authors