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

Learn from the best! Meet the four finalists headed to the FINALS of the Power BI Dataviz World Championships! Register now

Reply
efilipe
Helper IV
Helper IV

Incremental Data Refresh using Rest API / Json- PowerBI Pro

Hi guys,

 

I'd like to know if it's possile to use incremental refresh using API?

 

This is how I call:

 

let
    Source = Json.Document(Web.Contents("https://[website]/api-public/report/query/500?datebegin=20200301&dateend=20200331"), 65001),
    #"Converted to Table" = Table.FromList(Source, Splitter.SplitByNothing(), null, null, ExtraValues.Error)
in
    #"Converted to Table"

 

 

I want to bring all the data but only update it 2 times a day.

 

Is that possible?

 

 

 

 

2 REPLIES 2
amitchandak
Super User
Super User

Refer if one these can help:

 

https://www.thebiccountant.com/2017/01/11/incremental-load-in-powerbi-using-dax-union/

https://radacad.com/all-you-need-to-know-about-the-incremental-refresh-in-power-bi-load-changes-only

Share with Power BI Enthusiasts: Full Power BI Video (20 Hours) YouTube
Microsoft Fabric Series 60+ Videos YouTube
Microsoft Fabric Hindi End to End YouTube

@efilipe , is it resolved?

Share with Power BI Enthusiasts: Full Power BI Video (20 Hours) YouTube
Microsoft Fabric Series 60+ Videos YouTube
Microsoft Fabric Hindi End to End YouTube

Helpful resources

Announcements
Join our Fabric User Panel

Join our Fabric User Panel

Share feedback directly with Fabric product managers, participate in targeted research studies and influence the Fabric roadmap.

March Power BI Update Carousel

Power BI Community Update - March 2026

Check out the March 2026 Power BI update to learn about new features.