n.kehayova
New member
- Joined
- Feb 1, 2018
- Messages
- 10
- Reaction score
- 0
- Points
- 0
- Excel Version(s)
- 1609
Hello board
I am brand new to the boards, and quite new at Power Query, so don't judge if there is an easy fix for what I'm asking:
I have a mapping of tasks, which looks like this:
Etc.
I want to transform this with power query to the following output:
The end purpose of this is to use those 2 lookup tables in a template to link them to dynamic drop downs -> once you select team Reporting, the next menu will give you options to chose only for their tasks.
Can you help me with the transformation (or hint me how to get to my end purpose smarter)? I tried transpose, but it creates 2 separate columns of reporting with 1 task each, and pivoting does not solve this, since I want to keep the text values, not to sum or count them...
I am brand new to the boards, and quite new at Power Query, so don't judge if there is an easy fix for what I'm asking:
I have a mapping of tasks, which looks like this:
Team: | Task |
Reporting | Do reports |
Reporting | Do pretty charts |
Analysts | Be smart |
Analysts | Analyse stuff |
Payroll | Calculate salaries |
Etc.
I want to transform this with power query to the following output:
Reporting: | Analysts: | Payroll: |
Do report | Be smart | Calculate salaries |
Do pretty charts | Analyse stuff |
The end purpose of this is to use those 2 lookup tables in a template to link them to dynamic drop downs -> once you select team Reporting, the next menu will give you options to chose only for their tasks.
Can you help me with the transformation (or hint me how to get to my end purpose smarter)? I tried transpose, but it creates 2 separate columns of reporting with 1 task each, and pivoting does not solve this, since I want to keep the text values, not to sum or count them...
Last edited: