Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Power BI is turning 10! Let’s celebrate together with dataviz contests, interactive sessions, and giveaways. Register now.

Reply
kalpana
Helper I
Helper I

incremental data load

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.

 

 

1 ACCEPTED SOLUTION
DAX0110
Resolver V
Resolver V

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

 

 

View solution in original post

2 REPLIES 2
v-yulgu-msft
Microsoft Employee
Microsoft Employee

Hi @kalpana,

 

Here is a similar thread for your reference:  Get data for 1 week before depend on TODAY()

 

Best regards,

Yuliana Gu

Community Support Team _ Yuliana Gu
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
DAX0110
Resolver V
Resolver V

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

 

 

Helpful resources

Announcements
June 2025 Power BI Update Carousel

Power BI Monthly Update - June 2025

Check out the June 2025 Power BI update to learn about new features.

June 2025 community update carousel

Fabric Community Update - June 2025

Find out what's new and trending in the Fabric community.