Forum Discussion

Anonymous's avatar
Anonymous
Not applicable
6 years ago
Solved

Merging 2 data sets based on Dates and supplier name

Hi I am trying to merge 2 sets of data to provide 1 holistic view of the supplier. I have: One table / dataset which provides supplier spend A second table / dataset which provides the supplier ...
  • MFelix's avatar
    6 years ago

    Hi Anonymous ,

     

    You are making several many to many connections and with both way filtering, this is causing you model to have the connections already made from each side.

     

    Believe that the best way is to have a Supplier dimension table with unique values that make the connections to the suppliers data with one to many relationship.