Check your eligibility for this 50% exam voucher offer and join us for free live learning sessions to get prepared for Exam DP-700.
Get StartedDon't miss out! 2025 Microsoft Fabric Community Conference, March 31 - April 2, Las Vegas, Nevada. Use code MSCUST for a $150 discount. Prices go up February 11th. Register now.
Hey
I have a table this looks like this:
RessourceID | Department | Skill | StartDateMonth | Capacity |
Emplyee1 | Projectmanagemt | Projectmanager | 01.01.2023 | 100% |
Emplyee2 | Engineering | System Engineer | 01.01.2023 | 100% |
Emplyee1 | Projectmanagemt | Projectmanager | 01.04.2023 | 50% |
Emplyee3 | Engineering | SW System Engineer | 01.04.2023 | 100% |
Emplyee2 | Engineering | System Engineer | 01.10.2023 | 0% |
And I want to translate this to a table where I have an entry per Employee with the Uniques from Department and Skill, per each Month. When the Capacity is 0 no entry before an after needed to keep the table slim. This should look like this:
RessourceID | Department | Skill | StartDateMonth | Capacity |
Emplyee1 | Projectmanagemt | Projectmanager | 01.01.2023 | 100% |
Emplyee1 | Projectmanagemt | Projectmanager | 01.02.2023 | 100% |
Emplyee1 | Projectmanagemt | Projectmanager | 01.03.2023 | 100% |
Emplyee1 | Projectmanagemt | Projectmanager | 01.04.2023 | 50% |
Emplyee1 | Projectmanagemt | Projectmanager | 01.05.2023 | 50% |
Emplyee1 | Projectmanagemt | Projectmanager | ...ongoning | ...ongoning |
Emplyee2 | Engineering | System Engineer | 01.01.2023 | 100% |
Emplyee2 | Engineering | System Engineer | 01.02.2023 | 100% |
Emplyee2 | Engineering | System Engineer | 01.03.2023 | 100% |
Emplyee2 | Engineering | System Engineer | 01.04.2023 | 100% |
Emplyee2 | Engineering | System Engineer | 01.05.2023 | 0% |
Emplyee3 | Engineering | SW System Engineer | 01.04.2023 | 100% |
Emplyee3 | Engineering | SW System Engineer | 01.05.2023 | 100% |
Emplyee3 | Engineering | SW System Engineer | ...ongoning | ...ongoning |
Thanks for help.
I have a table where the resources (employees) have an entry each time the capacity changes. For example, Emplyee1 starts to working on the 01.01.2023 100%. On the 01.04.2023 the capacity is changed to 50%. But there are no entries 01.02.2023 and 01.03.2023.
The goal is it to create a capacity chart, but for that, I need a table which has an entry per resource.
Hope its clearer. 😊
Hi @Si3rco ,
I'm a little confused about your needs, Could you please explain them further?
Thanks for your efforts & time in advance.
Best regards,
Community Support Team_Binbin Yu
User | Count |
---|---|
22 | |
14 | |
11 | |
7 | |
5 |
User | Count |
---|---|
24 | |
22 | |
20 | |
15 | |
10 |