Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • Home
  • SEARCH
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8514975
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 11, 20262026-06-11T05:00:54+00:00 2026-06-11T05:00:54+00:00

Simple scenario: I’d like to create data warehouse which information about issues (cost, wroking

  • 0

Simple scenario: I’d like to create data warehouse which information about “issues” (cost, wroking time etc.). issue also has status which might change over time. So then i’m creating fact table called issueRealization decribing each issue.

My question is: should i create “issue” dimension which will give me one to one relationship beetwen dimension and fact table? Or i should divide Issue dimension to smallest dimension like status etc?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-11T05:00:55+00:00Added an answer on June 11, 2026 at 5:00 am

    Issue status tracking is a good case to use an Accumulating Snapshot fact table, to track the changes in the status of an issue over time.

    As an example, let’s say this is an IT issue/bug/enhancement management system, with issues that only have 3 statuses, ‘Created’ and ‘In Progress’ and ‘Resolved’.

    The issue fact table would look like such:

    ID Number (Degenerate Dimension)
    Issue description (Degenerate dimension. You can also create a 1-1 table for these if it's not often used in reporting)
    Type ID (bug/enhancement/etc, this is a dimension key)
    Assigned Developer ID (Dimension key)
    Current Status ID (Status dimension key)
    Date Created (DATE dimension)
    Created Flag (1 = created, 0 = otherwise)
    Date In Progress (DATE dimension)
    In Progress Flag (1 = created, 0 = otherwise)
    Date Resolved (DATE dimension)
    Resolved Flag (1 = created, 0 = otherwise)
    Created Datetime (measure)
    InProgress Datetime (measure)
    Resolved Datetime (measure)
    Worktime Interval (measure)
    Cost (measure)
    

    The grain of this table is 1 row per issue ID number.

    With this type of fact table, you update the same row each time the source system modifies an issue. Note how we create a field for each status type, as well as a datetime record to allow us to compute metrics such as “time between created and resolved status”. In addition, I added an interval field to allow you to store “actual” work time, such as “hours” the developer put towards the fix. This could easily be an integer.

    This table would then be able to answer any questions about an issue, and provide rollups to show “how many issues took longer than 1 week to resolve”, etc.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have a simple scenario. I'd like to create a new instance of the
I have a very simple scenario which I cannot get to work. I am
Here is a simple scenario: assuming I have two Core Data entities: A and
I have simple scenario in which i hide and show a signle MenuItem in
I have a very simple scenario: My iPhone application contains a UIViewController implementation which
I have a pretty simple scenario using manual data operations with rad list view.
I have setup simple scenario to learn about databinding in XAML. After some thinking
I have this simple scenario: main.m (which is my main class) myClass.m (which is
I have pretty simple scenario (MVVM) DataTemplate visuals should change based on data I
I have a simple scenario and a issue with it which I just cant

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.