Starting December 3, join live sessions with database experts and the Microsoft product team to learn just how easy it is to get started
Learn moreShape the future of the Fabric Community! Your insights matter. That’s why we created a quick survey to learn about your experience finding answers to technical questions. Take survey.
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
@Huguo90 , in a visual-like table put date_Registration , and measure
measure= count(Table[date_Registration])
Your insights matter. That’s why we created a quick survey to learn about your experience finding answers to technical questions.
Check out the November 2024 Power BI update to learn about new features.
User | Count |
---|---|
94 | |
90 | |
83 | |
76 | |
49 |
User | Count |
---|---|
145 | |
140 | |
109 | |
68 | |
55 |