Hiram Fleitas looks at visual formatting in Azure Data Explorer:
Intro
Start with a free database at aka.ms/adx.free & run this demo query.
let mytable = datatable(key:string, number:int)
[
'one', 1,
'two', 2
];
mytable
Once you have that query, read on to see how you can visualize and format it.