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)
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
How to extract the ids from the 99th percentile of results for each day
I have a data set in Kusto and I would like to gather the ids from each day where their latency is greater than the 99th percentile for that day.
e.g I have a table like this:
id
latency
time
...
Tyler Kelly
Votes: 0
Answers: 1
Increase azure data explorer query limit inside stored procedure
In azure data explorer DB I have defined procedure which should move aggregated data from one table into other DB table.
While running procedure following limit is being hit, E_RUNAWAY_QUERY _ message...
TamKap
Votes: 0
Answers: 1