python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
How to get records related to highest sessioncount in a given day
I have a App Insights table like below expected output is : need to select the processDate and its related fields which has highest aggregate value of sessionCount in that day (yellow highlighted row...
novice8989
Votes: 0
Answers: 1
Kusto query using TimeGenerated as Parameter
I'm trying to use a Kusto query, taking the TimeGenerated field as input and get the below error.
Error is Query could not be parsed at 'datetime(start_time)'
let start_time = Heartbeat | summarize m...
Ankita Chowdhury
Votes: 0
Answers: 1
Extend a columns value in same table
I have the below datatable, where WId and ParentId are values of the same column but are related to each other. The State that's shown here is for WId, I want to extend another column as ParentIdState...
SM04
Votes: 0
Answers: 2
Is it possible to read from Azure Log Analytics workspace using Apache Spark?
I would like to know if a connector exists to access Azure Log Analytics workspaces from Apache Spark. I know that azure-kusto-spark can access a Kusto cluster from Azure Data Explorer, but can the s...
ladoe00
Votes: 0
Answers: 1