python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
Kusto Query Specific child records
Is there a way to setup a where clause in Kusto to get specific records with child records
Like if I wanted Kyle from below
Where address has Code = street and that value= grant AND Code = Number and...
Zach
Votes: 0
Answers: 1
Make the value as 0, if rows not available in Kusto
My query has count function which returns the count of rows summarized by day. Now, when there are no rows from that table, I'm not getting any result, instead I need, rows with all days and count as ...

Alekhya Yalla
Votes: 0
Answers: 1
How to read JSON field in Kusto query when fields are dynamic
I am working with the JSON data (below) resulting from following query.
SignInLogs
| project AddtionalDetails
Results
[{"value":"test.com","key":"TenantId"},{&...
Razi
Votes: 0
Answers: 1
Kusto | KQL: Expand dynamic column to all combinations of two ( Couples | Tuples )
I have a scenario where I am trying to create a view that shows me all the unique couples of values per key. For example:
datatable(Key:string, Value:string)[
'1', 'A',
'2', 'B',
'2', 'C',
'3', 'A'...

PorgtheEaten
Votes: 0
Answers: 1