Kusto provides functions to get the start- and end-day of the week. These are invoked through startofweek()
and endofweek()
. startofweek()
returns Sunday, and endofweek()
returns Saturday.
In some countries, weeks are from Monday to Sunday, which I have been unable to locate how to change.
Is it possible to set the culture in kusto, such that startofweek()
and endofweek()
would return Monday and Sunday respectively?