Hi, I am really new to power query and haven't yet mastered the art of not getting errors LOL. I have not encountered this until today. The queries in question all ran fine or so it appeared. They have never caused an error before either.
Hmmm. Got my head scratching finger out more. The biggest of the source files is barely 50k row’s. We recently put the source into MS Onedrive. I wonder if that is a possible source of the issue. I note it isn’t local as another person gets it.An Excel worksheet can only have 1,048,576 rows in it, maximum.
I think that message is telling you that your query importswould return more than that number of records, so it cannot return all the results to a single worksheet.
Depending on how you write your queries, you could have a one-to-many relationship, in which your query could return many more rows than exist in any single table involved in the query. So you may still be exceeding the upper row limit of Excel.Ok. I can look into that.
Hmmm. Got my head scratching finger out more. The biggest of the source files is barely 50k row’s. We recently put the source into MS Onedrive. I wonder if that is a possible source of the issue. I note it isn’t local as another person gets it.