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

Did you hear? There's a new SQL AI Developer certification (DP-800). Start preparing now and be one of the first to get certified. Register now

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
Microsoft Employee
Microsoft 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
April Power BI Update Carousel

Power BI Monthly Update - April 2026

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

Fabric SQL PBI Data Days

Data Days 2026 coming soon!

Sign up to receive a private message when registration opens and key events begin.

New to Fabric survey Carousel

New to Fabric Survey

If you have recently started exploring Fabric, we'd love to hear how it's going. Your feedback can help with product improvements.

Power BI DataViz World Championships carousel

Power BI DataViz World Championships - June 2026

A new Power BI DataViz World Championship is coming this June! Don't miss out on submitting your entry.