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

July 7 - July 17 | Round 2 of the Power BI Dataviz World Championships. Don't miss your chance! Learn more

Reply
turbofred69
Frequent Visitor

Saving the call to API

Hi all,

 

I need some information to built a report through an API call.

 

Calling the API works fine, but I've an additional challenge...

 

- The value returned by the API is either "unknown" or a date. Once the date is known, it no longer changes ==> So I need only one API call. It is useless to call the API again during later refresh.

 

- The API doesn't keep history over 2 months. The API reply is then back "unknown" ==> I need to record the date previously provided by the API to keep an history longer than 2 months

 

Any suggestions about how to do that? I've started to create a new table, but I can't figure out how to update this table with new API replies to keep them over time.

 

Any help appreciated of course! 

1 ACCEPTED SOLUTION
V-lianl-msft
Community Support
Community Support

Hi @turbofred69 ,

 

You can try to use data flow and incremental refresh to save historical data.

https://visualbi.com/blogs/microsoft/powerbi/historical-data-preservation-using-power-bi-dataflow/ 

 

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

View solution in original post

1 REPLY 1
V-lianl-msft
Community Support
Community Support

Hi @turbofred69 ,

 

You can try to use data flow and incremental refresh to save historical data.

https://visualbi.com/blogs/microsoft/powerbi/historical-data-preservation-using-power-bi-dataflow/ 

 

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

Helpful resources

Announcements
FabCon and SQLCon Barcelona 2026

FabCon & SQLCon – Barcelona 2026

Join us in Barcelona for FabCon and SQLCon, the Fabric, Power BI, SQL, and AI community event. Save €200 with code FABCMTY200.

60 days of Data Days Carousel

Data Days 2026

Join Fabric Data Days 2026: 60 days of free live/on-demand sessions, challenges, study groups, and certification opportunities.

Power BI DataViz World Championships carousel

Power BI DataViz World Championships - June 2026

A new Power BI DataViz World Championship is coming this June! Don't miss out on submitting your entry.

Top Solution Authors