Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Register now to learn Fabric in free live sessions led by the best Microsoft experts. From Apr 16 to May 9, in English and Spanish.

Reply
Anonymous
Not applicable

Appending query error

I have 2 tables:

 

Monthly:

 

Date                PERNR     Region

12/31/2018         1               X

 

and Daily:

 

 Date                      PERNR      Region

 

1/17/2019                  1                  X

 

 

I am appending these 2 tables so that the Daily Table looks like:

 

Date                     PERNR         Region

 

1/17/2018                1                 X

12/31/2018              1                 X

 

But when I load this table to the front end, it throws the following error

 

OAT Duplicate error.PNG

 

I dont understand why this is causing a problem as I have similar projects in the same pattern (That is multiple PERNR Records and same type of relation between the tables) but it has not thrown this error. Any suggestions?

 

Thanks!

 

4 REPLIES 4
v-cherch-msft
Employee
Employee

Hi @Anonymous

 

Does that make sense? If so, kindly mark the answer as a solution to close the case.

 

Regards,

Cherie

Community Support Team _ Cherie Chen
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Anonymous
Not applicable

Hi @Anonymous

 

Looks like your daily table is at the "One" end of One to Many relationship in your model. So, when you append rows to the daily table , which makes the joining column duplicated values, which means the relation is no more "Many to One", hence the existing relationship fails. This append makes the relationship as Many to Many , which needs to be elminated by introducing a relationship/ bridge table.

 

Thanks

Raj

Anonymous
Not applicable

@Anonymous

 

Hi,

 

But as i said, Ihave other reports with the exact relationships. And I have another table that looks exactly similar:

 

Ex: Monthly load in Dec has:

 

PERNR    JOB             Date

1               X                12-31-2018

 

Then, during jan this employee is still present in the company and the table then looks as foloows:

 

 

PERNR    JOB             Date

1               X                12-31-2018

2               X                 1-31-2018

 

But this does not give me such an error

Anonymous
Not applicable

Hi @Anonymous

 

How abt the data in the other end table? Does it has duplicate for PERNR '1'? Many to Many is supported , it should be solved .

 

Either you can provide the full sample set of records for both the tables involved in the join or you can upload sample PBI file for further help on this.

 

Thanks

Raj

Helpful resources

Announcements
Microsoft Fabric Learn Together

Microsoft Fabric Learn Together

Covering the world! 9:00-10:30 AM Sydney, 4:00-5:30 PM CET (Paris/Berlin), 7:00-8:30 PM Mexico City

PBI_APRIL_CAROUSEL1

Power BI Monthly Update - April 2024

Check out the April 2024 Power BI update to learn about new features.

April Fabric Community Update

Fabric Community Update - April 2024

Find out what's new and trending in the Fabric Community.

Top Solution Authors