I have a Dataflow that queries from a large source, then loads into a Dataverse table. I am seeing missing records that present in the query but not in the table after the refresh.
My Power Query has a key column Oracle ID that I have guaranteed there are no duplicates of:
In my dataverse table, I created an alternate key using the column that this populates into, called Oracle Key:
During my load, I import using that Oracle Key as my Primary key and load the Oracle Key into the corresponding field:
However, when the dataflow refreshes, there are entries that I can see in the last step of my Power Query:
That I do not see in my Dataverse table:
Why might they be missing? The original table is around 10,000 entries long, but I can't imagine Dataverse interprets this as too many.