Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!To celebrate FabCon Vienna, we are offering 50% off select exams. Ends October 3rd. Request your discount 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 |