Forum Discussion

akasthan's avatar
akasthan
Microsoft Employee
4 years ago
Solved

Append query not working and give stack overflow error

Hello I am try to append two datesets obtained from Kusto into one and facing an stack overflow error. Just to test this, kept only 1 entry in data set and kept the columns same but still getting t...
  • v-kkf-msft's avatar
    4 years ago

    Hi akasthan ,

     

    There is a known issue about appending data from Kusto into power bi based on my search(ICM: 219724212).

     

    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.

     

     

    If the problem is still not resolved, please provide detailed error information or the expected result you expect. Let me know immediately, looking forward to your reply.
    Best Regards,
    Winniz
    If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.