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

Get Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Request now

Reply
Jamie_wong
Frequent Visitor

Count from Different Table

I have 3 Tables:

Table 1 (Name, Gender, Start Working Date, End Working Date)

John   M   2018-04-28   2019-12-31

Adam  M  2018-10-11   2019-12-31

Kerry   F    2019-06-04  2020-12-31

 

Table 2 (AnnualEvent, Event Date)

Event A  2019-01-25

Event B   2019-08-31

Event A  2019-12-25

 

Table 3 (Leave Type, Gender, #Day)

CL    F       4

CL    M     4

ML   F      45

PL    M     30

 

I would like to:

(1) Count number of event (EventCount) that the Event Date is between the Start Working Date and End Working Date

(2) Lookup the #Day in Table 3 based on the Gender and Type 

 

I want this number in new Table with column (Year, Name, Gender, EventCount, CL, ML ). 

2018   Adam  M    1     4    30 

2018   John   M     2     4    30 

2019   Adam  M    3     4    30 

2019   Kerry   F      2    4    45 

2019   John   M     3    4    45

2020   Kerry   F      3    4    30 

1 REPLY 1
v-yuta-msft
Community Support
Community Support

@Jamie_wong ,

 

Could you please clarify the logic of achieving the EventCount, CL, ML in the new table?

 

Regards,

Jimmy Tao

Helpful resources

Announcements
November Power BI Update Carousel

Power BI Monthly Update - November 2025

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

Fabric Data Days Carousel

Fabric Data Days

Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!

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.

Top Solution Authors