Forum Discussion
Dataflow refresh : "An entry with the same key already exists"
Hi, I have a dataflow that references a linked entity and performs some minor transformations.
I am sporadically getting refresh issues with it. The error is :
Error: An entry with the same key already exists... RootActivityId = xxxxxxxxxxxxxxxxxxxxxxx .Param1 = An entry with the same key already exists. Request ID: xxxxxxxxxxxxxxxxxxxxxxx
What makes it hard to troubleshoot is, usually next refresh it works fine...or if i go and refresh manually.
(I have raised a ticket with Microsoft a week or so back so they are looking into it.)
Would some kind of resource threshold being hit in the service cause these sporadic errors ? There are some other datflows set to refresh at the same time.
6 Replies
- AnonymousNot applicable
Hi frano72,
I cant reproduce your senario and after searching many documents,I failed to solve your issue,so pls create a support ticket via below link and our relevant personnel will help to handle it.
https://powerbi.microsoft.com/en-us/support/
Best Regards,
KellyDid I answer your question? Mark my post as a solution!- frano72
Helper IV
Thanks Anonymous - I already have a ticket ongoing, i just posted it online in case someone in the community had any ideas. I'll post back here if Msft come up with anything.
- Samurize24Frequent Visitor
Hi,
Same issue, with schudele refresh the same error is produced, but when i manuely refresh is works fine.
Any update how to workaround this would be helpfull.- frano72
Helper IV
Hey Samurize24 - I never really got to the bottom of it at that time and I was then consumed by another issue...WHICH may have solved the original one.
Have a go at playing around with the enhanced compute engine settings on your dataflow. What is working for me is having my ingestion dataflows set to optimised. On my transformation ones i have them set to disabled. The "key already exists" sounds a lot like a sql type issue doesn't it....and enhanced compute engine has a sql cache behind the scenes. (I'm still a bit confused on these matters, i've seen the screenshare from microsoft that says one thing (turn them on in transformation) and the matt roche blog seems to suggest not required for transformation - so am going with what i found actually works in practice).
see how you go !