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

Calling all Data Engineers! Fabric Data Engineer (Exam DP-700) live sessions are back! Starting October 16th. Sign up.

Reply
DouglasWatkins
Frequent Visitor

How do I remove duplicates on a more permanent basis?

I have a data set that looks like the below data.  I created a graph based on the Time column.  I want the graph to only count rows with the same ID once.  The data set and subsequently the graph will be occassionaly updated.  Please help.

 

ID  Owner  End        Title       Time

7   Ted        White     XD          9:45 1/1/18

7   Ted        Green     GT          9:45 1/1/18

8   John      Blue        PT          9:25  8/8/16

9   Bill         Hazel     TY          11:45 2/6/22

1 ACCEPTED SOLUTION
edhans
Super User
Super User

Use the DISTINCTCOUNT(TableName[ID]) Function. It will return 3 in the example above.

You can use the Table.Distinct function in Power query (remove duplicates) on the ID row, but it will delete the 2nd row there, which is likely not what you want unless you are ok to use the info for Ted/Green/GT.



Did I answer your question? Mark my post as a solution!
Did my answers help arrive at a solution? Give it a kudos by clicking the Thumbs Up!

DAX is for Analysis. Power Query is for Data Modeling


Proud to be a Super User!

MCSA: BI Reporting

View solution in original post

1 REPLY 1
edhans
Super User
Super User

Use the DISTINCTCOUNT(TableName[ID]) Function. It will return 3 in the example above.

You can use the Table.Distinct function in Power query (remove duplicates) on the ID row, but it will delete the 2nd row there, which is likely not what you want unless you are ok to use the info for Ted/Green/GT.



Did I answer your question? Mark my post as a solution!
Did my answers help arrive at a solution? Give it a kudos by clicking the Thumbs Up!

DAX is for Analysis. Power Query is for Data Modeling


Proud to be a Super User!

MCSA: BI Reporting

Helpful resources

Announcements
FabCon Global Hackathon Carousel

FabCon Global Hackathon

Join the Fabric FabCon Global Hackathon—running virtually through Nov 3. Open to all skill levels. $10,000 in prizes!

FabCon Atlanta 2026 carousel

FabCon Atlanta 2026

Join us at FabCon Atlanta, March 16-20, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.

Top Kudoed Authors