Forum Discussion
OldDinosaur79
2 months agoFrequent Visitor
LBL or Aggregation Upstream
I’m modelling lifecycle events in Power BI where each record has: Created Date Closed Date Status (Open/Closed) From these fields, the required metrics are: Created (derived from Creat...
- 2 months ago
For lifecycle event modelling, Option A (star schema with raw lifecycle data and measures) is preferred approach. Keeping Created Date, Closed Date, and Status at the lowest grain supports changing business requirements and aligns with dimensional modelling.
Measures can then calculate Created, Closed, and Outstanding using Date dimension and filter context.
Consider Option B (pre-aggregated data) only if you are having very large volume, performance requirement and need to standardize calculations across multiple downstream consumers
OldDinosaur79
2 months agoFrequent Visitor
Thank you very much. Thats makes sense.
- krishnakanth2402 months agoSuper User
You are welcome OldDinosaur79