Forum Discussion
Multiple table relationship
- Anonymous2 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.
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.
It worked. I am able to get all 3 columns in a single table. So the duplicate columns issue gone from the output table. Thank you so much !!!