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
TomerIwanir1
Helper I
Helper I

Power automate connection - power BI

Hi All,
I have a power automate flow which I build inside the power BI, in order to trigger it I need to push the button.
 
How can I automate it that instead of clicking the button it will automatically run by dates that I will select? )for example, each 10th or 15th of the month)?
 
Thanks a head !
 
3 REPLIES 3
Jai-Rathinavel
Super User
Super User

@TomerIwanir1 Follow the below steps to trigger the flow on 10th or 15th of each month

1. Delete your existing trigger (When a Power BI button is clicked)

2. Search for a trigger named "Recurrence" and select it. 

JaiRathinavel_0-1736583870844.png

3. Now setup the frequency to day as below and click on three dots -> settings to configure the trigger condition.

JaiRathinavel_1-1736583981549.png

4. Copy paste the below code under your trigger condition and click Done. This will trigger your flow on 10th and 15th of each month.

or(equals(dayOfMonth(utcNow()),10),equals(dayOfMonth(utcNow()),15))

JaiRathinavel_2-1736584120273.png

5. You can tweak the conditions if you want to set it for different days in the future.

 

Thanks,

Jai

 

 




Did I answer your question? Mark my post as a solution!

Proud to be a Super User!





Ok But how will connect the recurrence to the BI?

@TomerIwanir1 Are you trying to pass any data values through the Power Automate button in Power BI ?




Did I answer your question? Mark my post as a solution!

Proud to be a Super User!





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!

Jan25PBI_Carousel

Power BI Monthly Update - January 2025

Check out the January 2025 Power BI update to learn about new features in Reporting, Modeling, and Data Connectivity.

Jan NL Carousel

Fabric Community Update - January 2025

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