Forum Discussion
Anonymous
2 years agoNot applicable
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 ...
- 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.
Alex_Sawdo
2 years agoResolver II
The column headers have to all be the same, and it looks like the two highlighted columns are "SLA%" and "SLA %" with the second having an extra space compared to the first. If you remove the space by renaming the column in Power Query, that should fix the issue.