Power BI is turning 10, and we’re marking the occasion with a special community challenge. Use your creativity to tell a story, uncover trends, or highlight something unexpected.
Get startedJoin us for an expert-led overview of the tools and concepts you'll need to become a Certified Power BI Data Analyst and pass exam PL-300. Register 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 |
---|---|
14 | |
9 | |
7 | |
7 | |
6 |
User | Count |
---|---|
21 | |
11 | |
10 | |
10 | |
8 |