Forum Discussion

Anonymous's avatar
Anonymous
Not applicable
1 year ago
Solved

Fact and dim join in Semantic Model

We are trying to join a fact table to multiple dimension tables. Issue we are facing is semantic model does not allow multiple join between these fact and dim tables. It allows only one key column jo...
  • nilendraFabric's avatar
    1 year ago

    hello Anonymous 

     

    Instead of creating a concatenated key directly in the semantic model, incorporate a surrogate key in your ETL process. This key is built by combining the multiple natural key columns you need and then stored as a single column in both the fact and related dimension tables. This simplifies join definitions and maintains performance.

     

     

    If this is helpful please accept the answer