Forum Discussion
krajay007
2 years agoNew Member
Power Bi Dataflow Error: PipelineException: With compression algorithm the compressed data size in
Hi All, Getting below error when trying to fetch data from AWS RDS(Postgresql) to my Dataflow Refresh. Power Bi Dataflow Error: PipelineException: With compression algorithm the compressed da...
Anonymous
2 years agoNot applicable
Hi krajay007 ,
This error occurs when the compressed data size in a packet exceeds the maximum payload size of 8500000. To resolve this issue, you can try the following:
- Reduce the amount of data being fetched from AWS RDS(Postgresql) to your Dataflow Refresh.
- Split the data into smaller chunks and fetch them separately.
- Increase the maximum payload size of 8500000.
PipelineException when running dataflow. Compresse... - Microsoft Fabric Community
Best Regards
Community Support Team _ Rongtie
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.