Relative Content

Tag Archive for kqlazure-data-explorer

KQL downtime calculation

Here is the KQL table in which I am trying to calculate downtime between the current trolley_start timestamp and the previous trolley_end timestamp for each associate.

KQL downtime calculation

Here is the KQL table in which I am trying to calculate downtime between the current trolley_start timestamp and the previous trolley_end timestamp for each associate.

Kusto Query replace the timestamp of duplicate rows

I have following have the table with two rows per cart_id. for each secon row I want to replace Trolley_Start timestamp with the Begin_Picking timestamp and for each first row I want to replace Trolley_End timestamp with the End_Picking timestamp using Kusto Query language. Some guidance or help will be appriciated.

Kusto Query replace the timestamp of duplicate rows

I have following have the table with two rows per cart_id. for each secon row I want to replace Trolley_Start timestamp with the Begin_Picking timestamp and for each first row I want to replace Trolley_End timestamp with the End_Picking timestamp using Kusto Query language. Some guidance or help will be appriciated.

Remove extra line from Kusto linechart

As a result of this SO post I had a kql script that creates a linechart. I added more rows to the data datatable and now a line connects the largest Stage_Num values. I’m still learning everything kusto and trying to research the ‘Series’ keyword (there is not much out there), but I didn’t expect that line to appear. How can I alter my query to get rid of that line?