Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!Get Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Request now
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 my calculations and filters like "last 45 days: and this will keep recalculating numbers every time i refresh. So i do not want weekly refresh.
My setup: I have azure automation runbook running Powershell and export CSV to sharepoint. For PowerBI data source is csv's in Sharepoint that gets refreshed once a month.
Possible solutions: I can add a date colum into each csv with the date when csv's get generated which is 1st of each month. Using that column is there a way i can use that date minus 45 days ( for eg) during refresh ?( instead of doing last 45 days)
Any other solutions or help would be appreciated
Solved! Go to Solution.
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
To learn more about Power BI, follow me on Twitter or subscribe on YouTube.
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
To learn more about Power BI, follow me on Twitter or subscribe on YouTube.
Check out the November 2025 Power BI update to learn about new features.
Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!
| User | Count |
|---|---|
| 11 | |
| 9 | |
| 7 | |
| 4 | |
| 3 |
| User | Count |
|---|---|
| 24 | |
| 15 | |
| 13 | |
| 12 | |
| 9 |