Forum Discussion
Join two tables with intersecting dates
Hello,
I have
- a table with the absences of the agents of my enterprise : start and end dates, number of hours missed
- a table with the contracts of the agents : start and end dates, number of work hours per day
My goal is to have the number of absence days for each absence by retrieving the right contract line (if there is 2 consecutives contracts lines for one absence, we consider only the first).
Example for the tables :
Thank you!
5 Replies
- amitchandakSuper User
AnthonyXelya , Are you looking , somthing similar to what I have done here
- AnthonyXelyaHelper II
Thank you for your answer, but no, there is no subjet with continuous dates, but with joining two tables based on the intersection of their dates fields.
- AnthonyXelyaHelper II
Still nobody to help me? 😞
- v-chuncz-msftCommunity Support
Frankly, this might not be a easy thing for DAX. You may also consider using SQL script.
- AnthonyXelyaHelper II
How can I do that?