The ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM.
Get registeredEnhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends September 15. Request your voucher.
Hello everyone,
I have a column that saves the names of the people who have been assigned tasks in planner. some tasks were assigned to oliver and carlos. others individually to oliver and carlos I want to show only two names with the tasks assigned to them. What I can do? I have no idea. This is the capture as shown in my visuals
Solved! Go to Solution.
Hi @Anonymous !
I believe the easiest solution in Power Query would be to split the column by delimiter, unpivot the new column to rows and then create a custom column with the name values.
Split column by delimiter: https://support.microsoft.com/en-us/office/split-a-column-of-text-power-query-5282d425-6dd0-46ca-95bf-8e0da9539662
Unpivot columns: https://support.microsoft.com/en-us/office/unpivot-columns-power-query-0f7bad4b-9ea1-49c1-9d95-f588221c7098
Hope it helps!
Kind regards,
OD
Hi @Anonymous !
I believe the easiest solution in Power Query would be to split the column by delimiter, unpivot the new column to rows and then create a custom column with the name values.
Split column by delimiter: https://support.microsoft.com/en-us/office/split-a-column-of-text-power-query-5282d425-6dd0-46ca-95bf-8e0da9539662
Unpivot columns: https://support.microsoft.com/en-us/office/unpivot-columns-power-query-0f7bad4b-9ea1-49c1-9d95-f588221c7098
Hope it helps!
Kind regards,
OD
User | Count |
---|---|
68 | |
63 | |
59 | |
54 | |
28 |
User | Count |
---|---|
183 | |
80 | |
62 | |
46 | |
38 |