Advance your Data & AI career with 50 days of live learning, dataviz contests, hands-on challenges, study groups & certifications and more!
Get registeredGet Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Request now
Hello Guys,
I have this problem where there is a fact table with the a technician _id and the date that he started to work in this project and the date that he finished it. Something like that:
| project_id | technician_id | date_open | date_close |
| 10001 | A1 | 2020-01-01 | 2020-01-10 |
| 10002 | A1 | 2020-01-01 | 2020-01-20 |
| 10003 | A2 | 2020-02-02 | 2020-02-20 |
| 10004 | A3 | 2020-02-03 | 2020-02-20 |
I'd like to count the number of distinct days that the technician has worked. It is a fact that the technician can work in several projects at the same time. Also, it counts all days between dates, incluing opening day and closing day.
What is the best way to do that?
Expected return:
(technician_ID) - (work days)
A1 - 20
A2 - 19
A3 - 18
Thanks!
Solved! Go to Solution.
Hi, @DDalmas
Please check the below picture and the sample pbix file's link down below, whether it is what you are looking for.
All measures are in the sample pbix file.

https://www.dropbox.com/s/nuy2ru1w5wta2wv/ddalmas.pbix?dl=0
Hi, My name is Jihwan Kim.
If this post helps, then please consider accept it as the solution to help other members find it faster, and give a big thumbs up.
Linkedin: https://www.linkedin.com/in/jihwankim1975/
Hi, @DDalmas
Please check the below picture and the sample pbix file's link down below, whether it is what you are looking for.
All measures are in the sample pbix file.

https://www.dropbox.com/s/nuy2ru1w5wta2wv/ddalmas.pbix?dl=0
Hi, My name is Jihwan Kim.
If this post helps, then please consider accept it as the solution to help other members find it faster, and give a big thumbs up.
Linkedin: https://www.linkedin.com/in/jihwankim1975/
Thanks for your help. It worked.
Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!
Check out the October 2025 Power BI update to learn about new features.
| User | Count |
|---|---|
| 8 | |
| 6 | |
| 4 | |
| 4 | |
| 4 |
| User | Count |
|---|---|
| 25 | |
| 17 | |
| 8 | |
| 8 | |
| 7 |