We are building a dashboard where:
-
Users can toggle between Monthly and Weekly views
-
KPIs like “Done Sooner” and “Delayed” must dynamically recalculate
-
Date logic is based on forecast snapshot vs actual date
Challenge:
When switching between week and month:
-
Aggregation changes
-
Forecast alignment logic changes
-
Snapshot selection needs to remain consistent
Is there a recommended way in Lumenore to:
-
Build a date dimension supporting both week and month aggregation?
-
Use a single KPI logic that adapts dynamically?