Forum Discussion

maurcoll's avatar
maurcoll
Helper IV
2 years ago
Solved

Using inactive relationships

Good Morning i have two tables an open table and a closed table for individual orders. Each table has the same ID column for the order number and a month year column and the product type and a total...
  • danextian's avatar
    danextian
    2 years ago

    Hi maurcoll 

    Based to the provided data, there's no necessity to usean inactive relationship unless there are multiple relationships between the same tables (eg closed and opened dates are in the same row but different columns in the same table). In your scenario, the tables are distinct from each other.  I would use the data model below:

    This should allow you to includ the three dimensions in one table with data for opened and closed orders:

    Please also see attached pbix for your reference.