Forum Discussion

Anonymous's avatar
Anonymous
Not applicable
4 years ago
Solved

Unable to do monthly data refresh

PBI Online does not provide monthly refresh option and we have only got  hours, days and weeks. Issue: i have monthly reports which needs to be refreshed once a month. If i configure weekly refresh ...
  • mahoneypat's avatar
    4 years ago

    You can set up a Power Automate flow that triggers daily with a condition of dayOfMonth(utcNow()) = 1 (or whatever day of month you want), with an action to refresh your Power BI dataset when it's true.

     

    Pat