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
christianunr
Frequent Visitor

Options for more complicated pipeline scheduling

Hello, I am trying to setup some Fabric Pipelines but it is very limiting. If I choose the weekly option, I am only allowed 10 choices a day? This is very limiting and am looking to see if any options exist where I can schedule a pipeline on a cron-like schedule.

1 ACCEPTED SOLUTION
christianunr
Frequent Visitor

I have figured out that I can use Python or Power Automate to send a POST method to the Fabric API to trigger the pipeline.

View solution in original post

4 REPLIES 4
christianunr
Frequent Visitor

I have figured out that I can use Python or Power Automate to send a POST method to the Fabric API to trigger the pipeline.

v-pnaroju-msft
Community Support
Community Support

Hi @christianunr,

 

We appreciate your query posted on the Microsoft Fabric Community Forum.

 

The direct scheduling options in Fabric Pipelines offer basic recurring schedules, such as daily and weekly, but with certain limitations on granularity. Unfortunately, direct cron-like scheduling functionality is not natively supported within the pipeline user interface.

To address more complex scheduling requirements, a viable solution is to use multiple pipelines. If the scheduling demands exceed the existing limits, you can consider dividing the tasks across multiple pipelines. Each pipeline can then be scheduled independently, enabling efficient distribution of tasks across different schedules.

 

If you find this response useful, we kindly request you to mark it as the accepted solution and provide kudos. This will also assist other community members who may face similar challenges.

 

Thank you.

nilendraFabric
Solution Supplier
Solution Supplier

Within your pipeline, you can add activities to check the current date/time and conditionally execute tasks based on more complex criteria.

spencer_sa
Super User
Super User

One method would be to have a (say) daily schedule where the first activity runs something that determines whether the rest of the pipeline should get run.
Similar to the solution proposed here;

https://community.fabric.microsoft.com/t5/Data-Pipeline/How-to-Schedule-Monthly-Pipeline-Need-Last-F...

If this helps, please consider accepting as a solution to allow others to find it more easily.

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!