Forum Discussion
Jeanxyz
Power Participant
2 years agoincremental data refresh via data flow and merge query
I have been struggling with this issue for days, wonder if anyone could help. Background: We have crated a power bi report using source data from Jira (via a custom PB connector). After publish...
parry2k
Super User
2 years agoJeanxyz I think you found the root cause and here are a few suggestions:
- after you finished appending, remove duplicate on id (or whatever column it is used for relationship)
- 2nd, use 24-hour data pull in the dataflow and use that in Power BI for both merge and append.
Jeanxyz
Power Participant
2 years agoThe problem is solved after I apply sorting by last update date, and remove duplicates by Issue ID. Thanks!