Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Enhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.

Reply
PowerBINoob24
Resolver I
Resolver I

Record count not matching after creating new table

I have a table that was created from an excel file data source.  One of the fields contains email addresses, and when I create a card visual and do a count of email addresses I come up with 162,160 email addresses.  I then created a second table using  =SUMMARIZE('table name', table name[Email Address]).  I created a card visual using the second table, but the number of email addresses comes out as 162,147.  What would be causing the difference?

5 REPLIES 5
Nathaniel_C
Community Champion
Community Champion

Hi @PowerBINoob24 ,

Duplicate email addresses.  BTW look into using SUMMARIZECOLUMNS() rather than SUMMARIZE().  Microsoft realized they had a bug in SUMMARIZE() and created the new function.


Let me know if you have any questions.

If this solves your issues, please mark it as the solution, so that others can find it easily. Kudos 👍are nice too.
Nathaniel





Did I answer your question? Mark my post as a solution!

Proud to be a Super User!




adudani
Super User
Super User

@PowerBINoob24 ,
Summarize will group  the table name by the e-mail address.
so when you take the count of this, it is only of unique values.

try taking the distinct count in the first table and see if it matches for confirmation.

 

Please let me know if this resolves your query.

 

Appreciate a thumbs up if this is helpful.

Did I answer your question? Mark my post as a solution, this will help others!
If my response(s) assisted you in any way, don't forget to drop me a Kudos 🙂
Kind Regards,
Avinash

Not sure if I'm understanding how summarize groups the table name by the email addresses

 

Okay....so If I do a count of distinct they match at 43,767.   Still not understanding what would be causing the difference of 13 records when just doing a count. Also now wondering if I should be relying on the orginal table data or the data feeding into the new table I created.

 

Hi @PowerBINoob24 , @adudani ,
On your original data, do a distinct count on emails. I might do it also on another col, like client id or whatever you have. That might give you some insight.  Then if you wish you can remove duplicates.  That is if I understand your issue.  You might try it again, like I said with SummarizeColumns().

 

Good Luck!

Let me know if you have any questions.

If this solves your issues, please mark it as the solution, so that others can find it easily. Kudos 👍are nice too.
Nathaniel





Did I answer your question? Mark my post as a solution!

Proud to be a Super User!




I went into power query for the table and did a "keep "duplicates" and it comes back with no duplicates, so it seems like there are no duplicates.

Helpful resources

Announcements
July 2025 community update carousel

Fabric Community Update - July 2025

Find out what's new and trending in the Fabric community.

July PBI25 Carousel

Power BI Monthly Update - July 2025

Check out the July 2025 Power BI update to learn about new features.