Medium severitypipeline
Power BI Refresh Error:
FlowRunSizeLimitExceeded
What does this error mean?
The ADF pipeline run payload exceeded the service size limit. Large activity inputs, outputs, or pipeline variable values exceeded the allowed maximum.
Common causes
- 1A Lookup activity is returning too many rows and passing the full result to a downstream activity
- 2Large dynamic expressions or pipeline variables are carrying oversized payloads
- 3Activity output data exceeds the ADF 4 MB activity output size limit
How to fix it
- 1Reduce the size of the data passed between activities — avoid passing large datasets through pipeline variables.
- 2Use intermediate storage (Blob, ADLS) to pass large payloads between activities instead of activity output.
- 3Add a top-N limit to the Lookup activity to reduce the result set size.
- 4Split the pipeline into smaller sub-pipelines using Execute Pipeline activities.
Frequently asked questions
Official documentation: https://learn.microsoft.com/en-us/azure/data-factory/copy-activity-fault-tolerance