azure workbook, create table with jquery
I have table (data) SWFLogOSot_CL and I'm trying to see count of two columns: values_in_use_connections_d values_available_connection_d I've done this: union withsource="SWFLogOSot_CL" * | summarize AvaibleConn = count() by ColumnName="values_available_connection_d" This works, but shows count of just one column: Does please…