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

To celebrate FabCon Vienna, we are offering 50% off select exams. Ends October 3rd. Request your discount now.

Reply
amaaiia
Super User
Super User

Schedule a Data Pipeline two different days in a month

I'm trying to schedule a Data Pipeline every day 1 and 16 in each month. Is it possible with Fabric interface with schedule configuration?

I don't want to schedule with crontab in Power Shell.

 

One solution could be Invoking pipeline with another Data Pipeline and configure two different schedules with two different Data Pieplines...

1 ACCEPTED SOLUTION
nilendraFabric
Super User
Super User

Hi @amaaiia 

Another approach is to schedule your pipeline to run daily but use conditional logic within the pipeline:

  1. Schedule your pipeline to run daily.
  2. Add a "Set Variable" activity to get the current day of the month.
  3. Use an "If Condition" activity to check if the day is 1 or 16.
  4. Only execute the main pipeline logic if the condition is true.

Please let me know if you need more details.


 

 


If this post helps, then please give us Kudos and consider Accept it as a solution to help the other members find it more quickly.

View solution in original post

2 REPLIES 2
Anonymous
Not applicable

Hi @amaaiia,

Thank you for reaching out in Microsoft Community Forum.


I trust @nilendraFabric  response is accurate and will address your issue.


If you have any further questions or updates regarding your issue, feel free to ask, and we will look into that.

If the Super User's answer meets your requirements, please consider marking it as the "Accept as Solution" and click on "yes"

Please continue using Microsoft community forum.


Regards,
Pavan.

nilendraFabric
Super User
Super User

Hi @amaaiia 

Another approach is to schedule your pipeline to run daily but use conditional logic within the pipeline:

  1. Schedule your pipeline to run daily.
  2. Add a "Set Variable" activity to get the current day of the month.
  3. Use an "If Condition" activity to check if the day is 1 or 16.
  4. Only execute the main pipeline logic if the condition is true.

Please let me know if you need more details.


 

 


If this post helps, then please give us Kudos and consider Accept it as a solution to help the other members find it more quickly.

Helpful resources

Announcements
September Fabric Update Carousel

Fabric Monthly Update - September 2025

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

August 2025 community update carousel

Fabric Community Update - August 2025

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

Top Kudoed Authors