This time we’re going bigger than ever. Fabric, Power BI, SQL, AI and more. We're covering it all. You won't want to miss it.
Learn moreLevel up your Power BI skills this month - build one visual each week and tell better stories with data! Get started
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.
Solved! Go to Solution.
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"
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"
Thanks a lot. That solved the problem.
Check out the April 2026 Power BI update to learn about new features.
Sign up to receive a private message when registration opens and key events begin.
If you have recently started exploring Fabric, we'd love to hear how it's going. Your feedback can help with product improvements.
| User | Count |
|---|---|
| 36 | |
| 33 | |
| 26 | |
| 24 | |
| 17 |
| User | Count |
|---|---|
| 67 | |
| 49 | |
| 32 | |
| 27 | |
| 22 |