Get certified for free when you join Fabric Data Days 2026 and dive into Fabric, Power BI, SQL, AI, and other essential data skills.
Join nowJuly 7 - July 17 | Round 2 of the Power BI Dataviz World Championships. Don't miss your chance! Learn more
From database we are having millions of rows(6months of data).i have to load the last 6 months data monthly once to bi.and i want to refresh the data daily(current month -start to day before yesterday).
Please tell me how it is possible.
Solved! Go to Solution.
In the Query Editor, you can specify a Date/Time Filter that will load records between the start of month and the day before yesterday.
The M function to calculate start of month is Date.StartOfMonth
And to calculate yesterday's date you need to use a combination of DateTime.LocalNow and Date.AddDays
Hi @kalpana,
Here is a similar thread for your reference: Get data for 1 week before depend on TODAY()
Best regards,
Yuliana Gu
In the Query Editor, you can specify a Date/Time Filter that will load records between the start of month and the day before yesterday.
The M function to calculate start of month is Date.StartOfMonth
And to calculate yesterday's date you need to use a combination of DateTime.LocalNow and Date.AddDays
Join us in Barcelona for FabCon and SQLCon, the Fabric, Power BI, SQL, and AI community event. Save €200 with code FABCMTY200.
If you love stickers, then you will definitely want to check out our community sticker challenge, Barcelona edition!
Check out the July 2026 Power BI update to learn about new features.
| User | Count |
|---|---|
| 30 | |
| 23 | |
| 23 | |
| 23 | |
| 14 |
| User | Count |
|---|---|
| 48 | |
| 33 | |
| 20 | |
| 18 | |
| 16 |