Forum Discussion
makins83
Jun 16, 2020Copper Contributor
Power BI Project Online Power Pack adding resources names to tasks
I am using the Power Bi Project Online Power Pack. I want to add the resource name to the Gantt 2.2.3 visual and a table visual I created. I understand that there is a many to one relationship betwee...
- Jun 17, 2020
I determined the proper syntax is:
TaskTeam = CONCATENATEX(FILTER(Assignments, tasks[Task ID] = Assignments[Task ID]), Assignments[Resource Name], ", ")
makins83
Jun 17, 2020Copper Contributor
I determined the proper syntax is:
TaskTeam = CONCATENATEX(FILTER(Assignments, tasks[Task ID] = Assignments[Task ID]), Assignments[Resource Name], ", ")