Two tables are connected through EpochHH column. EpochHH is the unique number to represent the half-hour time slot in any given date. I want to create a new column in Table 2 that sum up Raw GI value occured in same EpochHH. To create a column, first I used the merge queries option in the power query editor to bring the Raw GI column in Table 2. I brought it the Raw GI value in Table 2 as shown in figure:
I checked the Table 2 and it does not contain duplicate value of 110323. I am not sure how to fix the issue. Could you please help me in fixing the issue?
File can be download from EpochHH.pbix (2.0 MB)
@HASSAN_BI, Thanks for the reply. I followed the steps: delete the relationship, apply changes to execute the merge. The problem I found is that when I merge, it brings multiple values of 110323 from Table 1 to Table 2 that’s why it is throwing duplicate value issue. Is there any way that I could sum up the value if same Epochh has multiple values when executing merge?