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
5 years agoCommunity Support
Hi all,
Below is the update for this issue. (IcM: 219724212, 224968762)
This is caused by a common Mashup Engine bug which is currently under investigation. There is no ETA currently. Below are two workarounds to it:
- Workaround #1:
Call Table.AddIndexColumn on each source query before using Table.Combine. Or add a new step to each query using "Index Column" button under Add Column tab before combining tables.
- Workaound #2:
Call Table.Buffer on each of the tables being combined before calling Table.Combine.
Hope this helps.
Best Regards,
Community Support Team _ Jing
Community Support Team _ Jing
HectorSC
4 years agoMicrosoft Employee
This totally worked for me for SP Lists I addedd Index from 0, thanks a lot