I have my data in the format
I need to transform the data into [source, destination and count] format
so that I can create a sankey chart out of it. Can I do any transform like this in Kusto itself or is this possible only via a programming language? If it can be done in kusto itself, can you point the way please.