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!Vote for your favorite vizzies from the Power BI Dataviz World Championship submissions. Vote now!
Hello,
I have people who register for the days on a site I am looking to calculate the number of Incris per day, knowing in a day 10 people can write in a day and each in their own ID.
The SQL is like this
Select Date_Registration, Count (*) from members group by date_Registration I don't if the can help you
Thank you in advance for your assistance
hello @amitchandak , you don't see the datas now I Show that. As an exemple the 07/12/2021 11 people registered at the same time at 15:20, I like calcul per each day the sum of the people who suscribe in the at. some time the can registered at different time but I need to know the sum of each day who registered. I hope you undersand now. Thanks before.
Hi,
Share some data and show the expected result.
Hello @amitchandak, it not good, I come to test. I test the sql, is the same like that : Select , Count (USER_ID) from members group by date_Registration
Vote for your favorite vizzies from the Power BI World Championship submissions!
If you love stickers, then you will definitely want to check out our Community Sticker Challenge!
Check out the January 2026 Power BI update to learn about new features.
| User | Count |
|---|---|
| 58 | |
| 52 | |
| 40 | |
| 17 | |
| 16 |
| User | Count |
|---|---|
| 112 | |
| 108 | |
| 39 | |
| 34 | |
| 27 |