Forum Discussion
Jahirt_Ruiz_Vista
May 20, 2022Copper Contributor
KQL time range from 09:00:00 to 18:00:00 pm
I am trying to create a query that will only bring me the results from the working day from 9 am to 18 pm.... how can I create it?
I do not found any information about this kind of time range... because some Metrics shows % of efficiency but... I just want to see the "efficiency" in labor hours.
2 Replies
Sort By
- MiguelParadaCopper Contributor
Jahirt_Ruiz_Vista have you considered to user the kusto operator "between"? https://docs.microsoft.com/en-us/azure/data-explorer/kusto/query/betweenoperator
- Clive_WatsonBronze Contributor