Forum Discussion

Anonymous's avatar
Anonymous
Not applicable
4 years ago
Solved

Advice Needed: Data Modeling / Table Relationship

The goal is to have each transaction reflect a location that is associated with it. Each transaction is housed in a fact table and can be identified with a location through 2 columns: Owner / Entity....
  • edhans's avatar
    edhans
    4 years ago

    You definitely want to use the DIM table, but there is no way I can see to relate them.

    In your top table, Taco/Burgers have no district or store. So how woudl they relate to a dim table. My offered advice was to populate the district in Power Query since the district seems to be embedded in the customer location - Chicago (00104) is district 104 per your 2nd fact table.

     

    What am I not understanding?

  • Anonymous's avatar
    Anonymous
    4 years ago

    edhans thank you again for your support! Truly appreciated. I think you answered it for me. There is probably no possible connection for me to create by using the DIM table. I was hoping for some sort of workaround where I would be able to have the DIM[District Number] reflected on a table. 

     

    Once again, thank you so much for your support!