Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Enhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.

Reply
Rajesh_8015
New Member

Multiple person names on single task

In Microsoft Planner, one task is assigned to multiple persons, but it shows only one person. I want to see the names of all assigned persons. Can you provide DAX for this requirement?

1 ACCEPTED SOLUTION
pankajnamekar25
Super User
Super User

Hello @Rajesh_8015 

try this measure

Assigned Users =

CONCATENATEX(

    VALUES(TaskAssignee[UserID]),

    RELATED(Users[UserName]),

    ", "

)

Thanks,
 Pankaj Namekar | LinkedIn

If this solution helps, please accept it and give a kudos (Like), it would be greatly appreciated.

View solution in original post

6 REPLIES 6
Ashish_Excel
Super User
Super User

Hi,

Share some data to work with and show the expected result.  Share data in a format that can be pasted in an MS Excel file.

v-mdharahman
Community Support
Community Support

Hi @Rajesh_8015,

Thanks for reaching out to the Microsoft fabric community forum.

It looks like you want a way to find all the names of person who are assigned a certain task. As @pankajnamekar25 already responded to your query, please go through it and check if solves your issue.

 

I would also take a moment to thank @pankajnamekar25, for actively participating in the community forum and for the solutions you’ve been sharing in the community forum. Your contributions make a real difference.

 

If I misunderstand your needs or you still have problems on it, please feel free to let us know.  

Best Regards,
Hammad.
Community Support Team

 

If this post helps then please mark it as a solution, so that other members find it more quickly.

Thank you.

Hi @Rajesh_8015,

As we haven’t heard back from you, so just following up to our previous message. I'd like to confirm if you've successfully resolved this issue or if you need further help.

If yes, you are welcome to share your workaround and mark it as a solution so that other users can benefit as well. If you find a reply particularly helpful to you, you can also mark it as a solution.


If you still have any questions or need more support, please feel free to let us know. We are more than happy to continue to help you.
Thank you for your patience and look forward to hearing from you.

Hi @Rajesh_8015,

I wanted to check if you had the opportunity to review the information provided. Please feel free to contact us if you have any further questions. If my response has addressed your query, please accept it as a solution so that other community members can find it easily.


Thank you.

Hi @Rajesh_8015,

May I ask if you have resolved this issue? If so, please mark the helpful reply and accept it as the solution. This will be helpful for other community members who have similar problems to solve it faster.

 

Thank you.

pankajnamekar25
Super User
Super User

Hello @Rajesh_8015 

try this measure

Assigned Users =

CONCATENATEX(

    VALUES(TaskAssignee[UserID]),

    RELATED(Users[UserName]),

    ", "

)

Thanks,
 Pankaj Namekar | LinkedIn

If this solution helps, please accept it and give a kudos (Like), it would be greatly appreciated.

Helpful resources

Announcements
July 2025 community update carousel

Fabric Community Update - July 2025

Find out what's new and trending in the Fabric community.

July PBI25 Carousel

Power BI Monthly Update - July 2025

Check out the July 2025 Power BI update to learn about new features.