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 nowTry your skills in the Power BI Dataviz World Championship! Round one ends June 26. Join now
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
Don't miss out on Data Days, June 15 through August 7. Learn Fabric, Power BI, SQL, AI and more.
Check out the May 2026 Power BI update to learn about new features.
| User | Count |
|---|---|
| 23 | |
| 21 | |
| 20 | |
| 19 | |
| 13 |
| User | Count |
|---|---|
| 58 | |
| 52 | |
| 38 | |
| 31 | |
| 27 |