Join us for an expert-led overview of the tools and concepts you'll need to pass exam PL-300. The first session starts on June 11th. See you there!
Get registeredPower BI is turning 10! Let’s celebrate together with dataviz contests, interactive sessions, and giveaways. Register 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/
If this post helps, then please consider accepting it as the solution to help other members find it faster, and give a big thumbs up.
Schedule a short Teams meeting to discuss your question
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/
If this post helps, then please consider accepting it as the solution to help other members find it faster, and give a big thumbs up.
Schedule a short Teams meeting to discuss your question
Thanks for your help. It worked.
This is your chance to engage directly with the engineering team behind Fabric and Power BI. Share your experiences and shape the future.
Check out the June 2025 Power BI update to learn about new features.
User | Count |
---|---|
16 | |
13 | |
12 | |
11 | |
11 |
User | Count |
---|---|
19 | |
14 | |
14 | |
11 | |
9 |