The ultimate Microsoft Fabric, Power BI, Azure AI, and SQL learning event: Join us in Stockholm, September 24-27, 2024.
Save €200 with code MSCUST on top of early bird pricing!
Find everything you need to get certified on Fabric—skills challenges, live sessions, exam prep, role guidance, and more. Get started
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
Join the community in Stockholm for expert Microsoft Fabric learning including a very exciting keynote from Arun Ulag, Corporate Vice President, Azure Data.
Check out the August 2024 Power BI update to learn about new features.
User | Count |
---|---|
21 | |
20 | |
17 | |
15 | |
13 |
User | Count |
---|---|
42 | |
36 | |
23 | |
22 | |
17 |