Forum Discussion
Incremental refresh from API as zip file possible?
- 7 months ago
Hi Bokazoit,
I hope the information provided above assists you in resolving the issue. If you have any additional questions or concerns, please do not hesitate to contact us. We are here to support you and will be happy to help with any further assistance you may need.
Regards,
Community Support Team.
Hi
No, incremental refresh is not supported when loading data from an API that returns a ZIP file directly in Power BI.
Incremental refresh requires query folding. Downloading and unzipping files in Power Query breaks folding, so date filters (RangeStart / RangeEnd) can’t be pushed to the source.
Recommended approach:
Move the ingestion upstream:
Use Fabric Data Pipelines / ADF / Logic Apps to call the API
Store & unzip the data in OneLake / ADLS
Load into a Lakehouse or Warehouse
Enable incremental refresh on that table in Power BI
This is the supported and scalable pattern in Fabric.