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!Learn from the best! Meet the four finalists headed to the FINALS of the Power BI Dataviz World Championships! Register 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
Share feedback directly with Fabric product managers, participate in targeted research studies and influence the Fabric roadmap.
Check out the February 2026 Power BI update to learn about new features.
| User | Count |
|---|---|
| 68 | |
| 61 | |
| 45 | |
| 19 | |
| 15 |
| User | Count |
|---|---|
| 109 | |
| 108 | |
| 39 | |
| 30 | |
| 27 |