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.
Join Fabric Data Days 2026: 60 days of free live/on-demand sessions, challenges, study groups, and certification opportunities.
| User | Count |
|---|---|
| 23 | |
| 22 | |
| 18 | |
| 17 | |
| 13 |
| User | Count |
|---|---|
| 63 | |
| 44 | |
| 42 | |
| 40 | |
| 40 |