Forum Discussion

AdrienneB's avatar
AdrienneB
Frequent Visitor
2 years ago
Solved

Switching relationships between tables but USERELATIONSHIP has limitations (data modeling problem)

Question: is there any other "tool" than USERELATIONSHIP that we could use to allow switching from the Active to the Inactive relationships in the data model? The problem: my team is responsible for...
  • AmiraBedh's avatar
    2 years ago

    In my opinion, instead of relying on USERELATIONSHIP, you can use a bridge table that can switch between the historical and current dimensions. 

    Another approach you can split the fact table into two separate tables one for current data and one for historical data.