Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Join the Fabric FabCon Global Hackathon—running virtually through Nov 3. Open to all skill levels. $10,000 in prizes! Register now.

Reply
lawada
Helper III
Helper III

count data for weekdays in the future

in our business we have a feature that lets users book a timeslot and weekday to recieve their service (weekly or BiWeekly) , for example ,user X booked his service to be  Friday 10:00 AM Weekly , user Y has booked his service to be every Tuesday 1:00 PM  BiWeekly

So user X will recieve his service Friday 10:00AM (Every Week),  and user Y will recieve his serive Tuesday 1:00 PM (Every Two Weeks)

 

the request is :

create a matrix for every future date , how many users have booked a specific timeslot , ex:

 

 tuesady 07-06-2021Wednesday 07-07-2021Thursday  07-08-2021Friday  07-09-2021Saturday  07-10-2021Sunday 07-11-2021Monday 07-12-2021tuesady 07-13-2021Wednesday 07-14-2021Thursday  07-15-2021Friday  07-16-2021Saturday  07-17-2021Sunday 07-18-2021Monday 07-19-2021tuesady 07-20-2021Wednesday 07-21-2021Thursday  07-22-2021Friday  07-23-2021   
10:00 AM   1 User      1 User      1 users   
11:00 AM                     
12:00 PM                     
1:00 PM1 User

 

 

 

            1 User      

 

so as you can see , dates are in the futute , and do not exist in our database ,

the data i have is :
-User ID
-weekday
-time
-service date ( data will be shown once service date has passed , if the date hasnt come yet , data will be NULL)

 

ex for the table :

User IDWeek dayTimeSerive datefrequency
124Tusday6:00 PM6/27/2021weekly
567Friday11:00 AMNULLweekly
566Sunday4:00 PMNULLbiweekly
433Friday3:00 PMNULLbiweekly

 

so how can i count total users who booked a service each weekday (weekly/biweekly) for dates in the futute?

1 REPLY 1
lawada
Helper III
Helper III

correction with the matrix example :

User Y should appear in the following dates as he requested his service to be BiWeekly :

 

                              Tuesday 07-06-2-2021              Tuesday 07-13-2-2021      Tuesday 07-20-2-2021 
 1:00 PM                   UserY                                                  -----                          User Y

Helpful resources

Announcements
September Power BI Update Carousel

Power BI Monthly Update - September 2025

Check out the September 2025 Power BI update to learn about new features.

FabCon Atlanta 2026 carousel

FabCon Atlanta 2026

Join us at FabCon Atlanta, March 16-20, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.