Open mihirtech opened 5 years ago
You can easily select desired days in fixed time filter tab and time shift of one week will just that - shift by 7 days.
Only visible UI with "week start day" is inside date picker but I don't think it matters a lot. We could add that property to configuration of turnilo, but I think it's low priority.
Other case is when selecting relative "week" options are floored to (Monday, Sunday) range. That's how chronoshift works (https://github.com/implydata/chronoshift/blob/d2ed2c76aa0cd6ed25fe933bc731644fa7e99828/src/floor-shift-ceil/floor-shift-ceil.ts#L45) and I'm not sure if we can change something there easily.
@mihirtech - you could also define numeric dimension like "day of week" and use this dimension to simulate aggregation by any business week, e.g: 1 - Monday ... 7 - Sunday or 1 - Sunday .. 7 - Saturday.
The business week definition differs from business to business. Few prefer it Sunday to Saturday, others prefer Monday to Sunday. This is needed for WoW analysis and all weekly view of metrics.