Forum Discussion

PhilippM's avatar
PhilippM
Advocate I
2 years ago
Solved

trigger dataflow/datapipeline monthly

Hey there,

 

I am trying to do a monthly trigger for my dataflow and datapipeline. The options only show every minute/hour/day/week, but in this scenario I would like to do a snapshop on the 1st every month.

 

I thought about running it daily and adding an if-condition to my dataflow to check whether it is the first of the month before running the rest of the flow. But that seems more like a workaround to me. Do you guys know of any better options? 

3 Replies

    • PhilippM's avatar
      PhilippM
      Advocate I

      Hey Anonymous,

       

      thank you for the quick reply and sharing the link. Good to know that it is in plan!

       

      Since there is no inbuilt solution I will share my workaround as well, if anybody else needs it. It is just an if-condition with the formula @equals(dayOfMonth(utcNow()),1)

       

      • Anonymous's avatar
        Anonymous
        Not applicable

        Thanks for sharing your work around and contributing to Fabric Community PhilippM 
        Please continue using Fabric Community for any help regarding your queries.