Forum Discussion
Anonymous
4 years agoNot applicable
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 ...
- 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
mahoneypat
4 years agoMicrosoft Employee
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