March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount! Early bird discount ends December 31.
Register NowBe one of the first to start using Fabric Databases. View on-demand sessions with database experts and the Microsoft product team to learn just how easy it is to get started. Watch now
Hello
I have excel sheet with the users logged in to a certain system on daily basis. each day the user might login to the system more than one time. I want to remove the duplicated user from each day and group the result by date. my goal is counting unique users logged in to the system per day. below is a sample of the table.
Thanks
Solved! Go to Solution.
Hi @Falsufyani2020 ,
I've created this file as example: Download PBIX
There are 2 examples, with distinct on date column and another with custom column and first date (or the index if want).
Did I answer your question? Mark my post as a solution!
Ricardo
Thanks Camargos88
I should've told you that I'm new to Power Bi. would you please give me step by step?
Thanks
Can you simulate a result table and upload a file?
Hello
the output I'm expecting after removing the duplicated users and group by date is:
Date | Count of Unique Users per day |
5/7/2020 | 20 |
5/6/2020 | 11 |
5/5/2020 | 17 |
March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount!
Your insights matter. That’s why we created a quick survey to learn about your experience finding answers to technical questions.
Arun Ulag shares exciting details about the Microsoft Fabric Conference 2025, which will be held in Las Vegas, NV.
User | Count |
---|---|
21 | |
16 | |
13 | |
12 | |
9 |
User | Count |
---|---|
34 | |
31 | |
20 | |
19 | |
17 |