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

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

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!
Hi lary_andr,
thanks for the information. This function is definitely interesting for us but I’m mainly interested in the possibilities for changing the UI element for the users.
Although this is a current limitation in QuickSight (most likely due to the QS timestamp selector and your control being different instances of time selection), I can definitely put this thread up as a feature request so that it can be looked over and potentially be implemented in the future!
Just to add to the feature request… it may seem alien to many Americans, but I think the majority of the world starts the week on a Monday and not a Sunday. The date picker UI really needs to align with this, it’s a key localisation feature.