I have an Advanced Salesforce Connector pulling account ID's into Domo, the column for account ID's has 405k unique values when there are only ~399k rows in the dataset.
Does anyone know why this might be happening?
I'm not sure those values are exact. What happens if you build a card from the data set and use
count(distinct `Account ID SF`)
In theory, you should end up with the same number of rows as your dataset. Not sure why (or how) there could ever be more. Sounds like a bug to me.