This gists is an attempt to 'hack' or a workaround for making the starting week as Monday (ISO 8601), retrieving an ISO week number and the corresponding year of ISO week number As there's no such function per 30 July 2021 to perform any extraction of week number in Quicksight, the following are supposedly resolve such cases.
Define a column with the following formula, for this usage it will be named week_start_monday
There's an edge case handling for when the date of interest is Sunday. When the day is Sunday, it should belong to the previous week instead of the next one (since the week runs from Monday-Sunday, instead of Sunday-Saturday)