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. ...
gor
5 years agoMicrosoft Employee
Hi, do you know where are we with the fix?
v-jingzhang
5 years agoCommunity Support
Hi 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
- gor5 years agoMicrosoft Employee
Thanks the workaround seems to work.