Power BI is turning 10! Tune in for a special live episode on July 24 with behind-the-scenes stories, product evolution highlights, and a sneak peek at what’s in store for the future.
Save the dateEnhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.
I am making a data pipeline that should run once a month to aggregate monthly data but schedule interval can be set to one of minutes, hourly, daily and weekly. How can we setup monthly job?
Hey @shingot check if this could work for you (it was the solution i used to do a end of month trigger)
This assumes you want to do it on end of month
CODE:
"
Thank you for the answer. I hope the monthly option will be available soon. For now, we might try to use minutes scheduler as a workaround e.g. 44640 (31 days, it's OK for now as our project is at PoC phase) but is there maximum limitation?
Monthly scheduler is not supported yet. It is in plan.