How can I get count of queries per week of month in KQL

SHREY JAGAD 6 Reputation points
2022-02-22T11:59:25.957+00:00

Q1. I am trying to extract the count of requests that happened in the week.

It is possible to use the calendar GUI but I need a query to make that possible.

Q2. Also if we provide a month to the query is there any way to get the total number of requests WEEK-wise?

Azure Data Explorer
Azure Data Explorer
An Azure data analytics service for real-time analysis on large volumes of data streaming from sources including applications, websites, and internet of things devices.
526 questions
{count} votes

2 answers

Sort by: Most helpful
  1. Uri Barash 176 Reputation points Microsoft Employee
    2022-02-28T23:42:37.233+00:00
    1 person found this answer helpful.

  2. SHREY JAGAD 6 Reputation points
    2022-03-10T05:57:41.777+00:00

    The Solution for me was to include a query line that contained
    bin(timestamp ,7d)
    selecting the whole month from the calendar given above.

    1 person found this answer helpful.

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.