Hi @nok
Yeah so when you are combining that also takes a hit (unfortunately).
So I believe you are hitting several things
Width issues, Linked Issues, Size issues (amount of data).
As @WillPage mentioned the only way that I know of to break this (and it stinks because you have to kinda do it for every time you do this in a flow for Power BI)
You need to find the limit that you can get, which right now seems like 500ish, which I believe is why @WillPage recommended that.
So yes you would need a way to make rows Identifiable by Index and pull them out Batch by Batch. I will also add, that its possible that batch one gives you 500, but batch 2 gives you 400, so you aren't guaranteed to get even 500 depending on the data in each Row.
I wish there was a better answer, but since you cannot lower the amount of columns, you are talking about a long Do Until loop with a high run time, and a max of 500 per loop.
If I have helped you, I would really appreciate if you please Mark my answer as Resolved/Answered, and give it a thumbs up, so it can help others
Cheers
Thank You
Michael Gernaey MCT | MCSE | MCP | Self-Contractor| Ex-Microsoft
https://gernaeysoftware.com
LinkedIn: https://www.linkedin.com/in/michaelgernaey