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

Get Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Learn more

Reply
Vaishali04
Helper III
Helper III

How to make dynamic parameters for incremental load

Hi,

 

I am facing two issues.

 

1. Not getting "Incremental refresh policies " option in settings of power bi desktop . I am using MAY 2020 version.

2. How to make parameters dynamic like today() -1. So that my parameter is always takes 1 days ago date from current date.

 

If someone knows about this please help!!

 

Thanks & Regards

Vaishali 

 

 

1 ACCEPTED SOLUTION
Mariusz
Community Champion
Community Champion

Hi @Vaishali04 

 

Please see the documentation for Incremental refresh below.

https://docs.microsoft.com/en-us/power-bi/admin/service-premium-incremental-refresh

 

To set the end date at yesterday, you RangeEnd Query should be like below.

let
    Source = Date.AddDays( Date.From( DateTime.LocalNow () ), -1 )
in
    Source

 

Best Regards,
Mariusz

If this post helps, then please consider Accepting it as the solution.

Please feel free to connect with me.
LinkedIn

 

View solution in original post

3 REPLIES 3
Mariusz
Community Champion
Community Champion

Hi @Vaishali04 

 

Please see the documentation for Incremental refresh below.

https://docs.microsoft.com/en-us/power-bi/admin/service-premium-incremental-refresh

 

To set the end date at yesterday, you RangeEnd Query should be like below.

let
    Source = Date.AddDays( Date.From( DateTime.LocalNow () ), -1 )
in
    Source

 

Best Regards,
Mariusz

If this post helps, then please consider Accepting it as the solution.

Please feel free to connect with me.
LinkedIn

 

Thanku @Mariusz 

 

I need to implement incremental load and for that i need to define parameter and that parameter will used to fiter the table. So I want that parameter to be dynamic. So that my data is always is less than current date.

 

Please advice

Hi @Vaishali04 

 

The function provided should do just that if need guidance on how to apply it, please see the documentation in my previous message.

 

Best Regards,
Mariusz

If this post helps, then please consider Accepting it as the solution.

Please feel free to connect with me.
LinkedIn

 

Helpful resources

Announcements
Fabric Data Days Carousel

Fabric Data Days

Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!

October Power BI Update Carousel

Power BI Monthly Update - October 2025

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

FabCon Atlanta 2026 carousel

FabCon Atlanta 2026

Join us at FabCon Atlanta, March 16-20, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.

Top Kudoed Authors
Users online (1,878)