Forum Discussion
Expression.Error: Evaluation resulted in a stack overflow and cannot continue.
There is a known issue about appending data from Kusto in internal DB (ICM: 219724212) but hasn't been fixed. I will update here if there is any progress about it.
Currently if you can use other data sources as alternatives? Or append them at the DB side first and then import into Power BI?
Regards,
Jing
Hi, do you know where are we with the fix?
- v-jingzhang5 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.