Timestamp Selection with Start Monday Possible?

Hi,

When I select custom week start Monday, how can I change the timestamp selector also to monday?

{BE479CB5-790A-4475-BC90-1335A7F8D9FC}

Thanks, Fabian

Hello @fabian.altendorfer hope this message finds you well!

In qs, the timestamp selector doesn’t automatically adjust when you set a custom week start. However, you can create a calculated field to align your dates with Monday.
My suggestion is something like this:

truncDate('WK', {your_date_field}, 1)

The 1 at the end makes the week start on Monday.

This way, even though the timestamp selector doesn’t change automatically, your analysis will reflect the custom week starting on Monday.

Please let me know if it help you!