More unique values in a column than rows, in an Advanced Salesforce Connector

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.

Account.PNG

Rows.PNG

Does anyone know why this might be happening?

Comments

  • ST_Superman
    ST_Superman Domo Employee

    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.