Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!Join the Fabric FabCon Global Hackathon—running virtually through Nov 3. Open to all skill levels. $10,000 in prizes! Register now.
Hi Power BI community
When I refresh my data I get a timeout issue because the data I get from the API call is to large and slow.
I can solve it be reducing the data size.
So I want to only download the data from the last two days and add it to my old data.
All help is greatly apprciated.
Solved! Go to Solution.
Hi! @ThomasWeppler
You can use incremental refresh to refresh the data for last 2 days and simultaneously use parameters to restrict your data before downloading.
Please refer to my answer here regarding Incremental Refresh. You can save old data and within your api call, if it's possible to call just the last 2 days, then this solution should help.
Joe
Proud to be a Super User! | |
Date tables help! Learn more
Hi! @ThomasWeppler
You can use incremental refresh to refresh the data for last 2 days and simultaneously use parameters to restrict your data before downloading.