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

Join us for an expert-led overview of the tools and concepts you'll need to become a Certified Power BI Data Analyst and pass exam PL-300. Register now.

Reply
deevs
Helper III
Helper III

Incremental refresh with API and Custom refresh with parameters

Hi,

 

Can anyone help me with the below questions .

  1. can you set up an incremental refresh with the data pulling from a API?
  2. is there a way to custom refresh data using parameters?

 

I want to find a way to set up the below data model to custom refresh based on the Entity parameter. That is to refresh one Entity rather than refreshing all when I click refresh data.

 

Any help is greatly appreciated.

 

image.png

 

image.png

 

Thanks,

 

Deevs

4 REPLIES 4
v-janeyg-msft
Community Support
Community Support

Hi, @deevs 

 

It’s my pleasure to answer for you.

1.The data source for incremental refresh need to support query folding.

You can check and understand it here.https://docs.microsoft.com/en-us/power-bi/admin/service-premium-incremental-refresh

https://sqldusty.com/2020/05/20/power-bi-incremental-refresh-with-web-api-data-source/

If your data type isn't datetime, you can convert it in the following form.

(x as datetime) => Date.Year(x)*10000 + Date.Month(x)*100 + Date.Day(x)

2.You can set the data you want to refresh through the following settings when you click the refresh button in visual pane or PQ.

6.png7.png

If it doesn’t solve your problem, please feel free to ask me.

 

Best Regards

Janey Guo

 

If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

lbendlin
Super User
Super User

Let's say your API only supports date values. In order to make RangeStart and RangeEnd work with that you can add a random time value to your date, for example midnight UTC

 

So 2020-11-09 becomes 2020-11-09T00:00:00.000Z

 

etc.

lbendlin
Super User
Super User

1. Incremental refresh needs to filter your data source with the RangeStart and RangeEnd parameters (technically datetime fields, but you can work around that with casting). Does your API source support that?

 

2. Please be more specific, it is not clear to me what you are trying to achieve. Are you expecting this to work in the Power BI service?

Hi @lbendlin 

1. I didn't quite understand the casting. Can you elaborate on that please? How do I figure whether the API supports casting?

 

2. I am trying to do that on power BI desktop.

 

 

Thanks,

 

Deevs

Helpful resources

Announcements
Join our Fabric User Panel

Join our Fabric User Panel

This is your chance to engage directly with the engineering team behind Fabric and Power BI. Share your experiences and shape the future.

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.