Forum Discussion

OldDinosaur79's avatar
OldDinosaur79
Frequent Visitor
2 months ago
Solved

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...
  • krishnakanth240's avatar
    2 months ago

    Hi OldDinosaur79 

    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