I understand why "This month" combined with "Weekly" doesn't get the full week's data if the month starts at the middle. For example the week starting September 27th still shows as starting 2021-09-27 but the data is only taken from 2021-10-01 as the "This month" filter is set, it makes sense but sometimes we would like to get the full week even if the month changed midweek but we don't want to set a broader filter ("This quarter" or even "This year" are too many weeks to consider). I tried tracing the TimeDimensions function back and ended at the "QueryBuilder" component, on the "updateTimeDimensions" but it's imported from '@cubejs-client/react' so I cannot see what the component accepts as "Time Dimension" or if you can add an option of "This month + full weeks". Does someone have any suggestion on how to make this work?