Forum Discussion

Anonymous's avatar
Anonymous
Not applicable
6 years ago

Merge columns, ignoring the distinct values

Hi,

 

I am currently trying to merge data from two tables.

 

There are four columns in table one and 1 column in table 2.

 

There are n number of values in all the columns. I have used DAX Summarize function on both the tables individually and average to calculate the average of each of the column based on the type.

 

I tried to use merge and append functions, only to fail because of duplication.

 

As seen in the image below, I want to use Assessment next to execution using the type of Table 1.

 

I am not able to do it because the type in both the tables in not unique, even when it has four types of variables. 

 

2 Replies