Skip to main content
Version: Early Access

Fact.EpicDaysIn

The Fact.EpicDaysIn table contain information about how many days an Epic was in a given status value. Each row in the table represents a single Epic in a single status value. The DateKey is always set the the maximum date value from Fact.Epic. It is important to note that oscillation between status values is not reflected in this table. Therefore, the "DaysInStatus" value may be greater than the value determined when you subtract FirstDateInStatus from LastDateInStatus.

Table Description

The following table describes the columns available in the default table.

Column NameDescriptionDatatypeForeign Key To
DateKeyMaximum Date in Fact.EpicintDim.Date
EpicKeyData Mart identifier for the EpicintDim.Epic
EpicStatusKeyData Mart identifier for the Epic Status valueintDim.EpicStatus
DaysInStatusThe number of days that this Epic has been in this status valueint
FirstDateInStatusThe first date this Epic was seen in this status valuedatetime
LastDateInStatusThe last date this Epic was seen in this status valuedatetime