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

July 28 - August 9 | Final Round of the Power BI Dataviz World Championships. This is your chance. Learn more

Reply
ThomasWeppler
Impactful Individual
Impactful Individual

Remove duplicate counts

Hi Power Bi community

 

I need to find a way to remove checkins that has been made by mistake. This would be checkins where made by the same person, the same day on the same task. So I table would look like this

Table

[Checkin]

Columns

Index = an index colum

Checkin_id = the id for the checkin which are all individual

User_id = an id for each user

Task_id = an id for each task

Date= the date the checkin happpend

 

I want to count the number of checkin_ids, but exlude all rows where users, tasks and dates are duplicates.

 

Can anyone help me? It would be greatly appriciated.

 

 

1 ACCEPTED SOLUTION
zenisekd
Super User
Super User

Hi  @ThomasWeppler , there are several options the simple one is in Power Query.  In Power Query select multiple columns, based on which you want to remove the duplicates and use "Remove Duplicates"

zenisekd_1-1703156924449.png

 

 

View solution in original post

2 REPLIES 2
zenisekd
Super User
Super User

Hi  @ThomasWeppler , there are several options the simple one is in Power Query.  In Power Query select multiple columns, based on which you want to remove the duplicates and use "Remove Duplicates"

zenisekd_1-1703156924449.png

 

 

Thanks a lot. That solved the problem.

Helpful resources

Announcements
FabCon and SQLCon Barcelona 2026

FabCon & SQLCon – Barcelona 2026

Join us in Barcelona for FabCon and SQLCon, the Fabric, Power BI, SQL, and AI community event. Save €200 with code FABCMTY200.

Fabric Community Sticker Design Challenge Barcelona Carousel

Fabric Community Sticker Challenge - Barcelona 2026

If you love stickers, then you will definitely want to check out our community sticker challenge, Barcelona edition!

July Power BI Update Carousel

Power BI Monthly Update - July 2026

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

Power BI DataViz World Championships carousel

Power BI DataViz World Championships - June 2026

A new Power BI DataViz World Championship is coming this June! Don't miss out on submitting your entry.

Top Solution Authors