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.
Hi
i wanted to group these duplicate dates into one field, the way i want this to happen is, if i group a specific date then all the corresponding fields must also be either summed or averaged.
every date has 24 rows for 24 hours that needs to be grouped in 1 date and other column, example count of bike shares must be summed within a single date, similarly other fields should also be averaged or summed.
i was trying to use datesinbetween function for moving average but it won't allow me as there are duplicates in date field.
thanks in advance.
Solved! Go to Solution.
@Kushagra15 , In power query first create a new column
Date only= DateTime.Date([Date])
Then use group by https://docs.microsoft.com/en-us/power-query/group-by
thanks a lot it worked 🙂
@Kushagra15 , In power query first create a new column
Date only= DateTime.Date([Date])
Then use group by https://docs.microsoft.com/en-us/power-query/group-by
User | Count |
---|---|
97 | |
77 | |
77 | |
47 | |
26 |