Forum Discussion
Appending query error
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
- Anonymous7 years agoNot 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
- Anonymous7 years agoNot 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