Forum Discussion

Anonymous's avatar
Anonymous
Not applicable
2 years ago
Solved

Multiple table relationship

Hi, I have a common excel like below I tried to concatenate with 2 other tables having same columns I have tried with all relationship types but not getting what I need Output ...
  • Anonymous's avatar
    Anonymous
    2 years ago

    Hi Anonymous ,

     

    According to your description, here are my steps you can follow as a solution.

    (1) This is my test data.  

    (2) We can create a SLA table.

    SLA Table = UNION(DISTINCT('calculated table'[Value]),DISTINCT('Table'[SLA]))

    (3) Then the result is as follows.

    Best Regards,

    Neeko Tang

    If this post  helps, then please consider Accept it as the solution  to help the other members find it more quickly.