Forum Discussion
Anonymous
5 years agoNot applicable
Expression.Error: Evaluation resulted in a stack overflow and cannot continue.
I am pulling in to queries from Kusto. I have used filters and sorts to pair down the queries within the query editor. These queries are pulling in data from two 4G controllers we have in the field. ...
v-jingzhang
Community Support
5 years agoHi gor
There is a workaround in this post: Expression.Error: Evaluation resulted in a stack overflow and cannot continue. You could have a try.
From the information collected by PG, the best workaround for this is probably to call Table.AddIndexColumn on the Kusto data before using Table.Combine.
The main advantage of Table.AddIndexColumn is that it can be used by someone through the UI without any typing.
Best Regards,
Jing
gor
Microsoft Employee
5 years agoThanks the workaround seems to work.