The ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM.
Get registeredEnhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.
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.