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 have a table like below:
User | Training Session |
A | 12/08/2021 12:15 pm |
A | 13/08/2021 13:15 pm |
A | 14/08/2021 10:00 am |
B | 19/07/2021 10:00 am |
B | 29/07/2021 11:00 pm |
C | 05/08/2021 16:00 pm |
C | 07/08/2021 11:00 am |
C | 09/08/2021 11:00 am |
C | 11/08/2021 11:00 am |
C | 12/08/2021 11:00 am |
In this table, each user can have multiple training sessions. When they start training we capture them in that field. I want to extract users who 1- have a session once a day? 2- have a session at least twice a week?
Hi,
I am not sure how the desired outcome looks like, but check the below.
User | Count |
---|---|
15 | |
9 | |
8 | |
6 | |
5 |
User | Count |
---|---|
31 | |
18 | |
15 | |
7 | |
6 |