Forum Discussion
Returning Multiple Values with the same date
- 1 year ago
Hi htbull_,
Thank you for reaching out to the Microsoft fabric community forum.
The issue you are facing is because SELECTEDVALUE only returns one value, so it doesn't work when multiple members share the same join date like 10/01/2020. To show all names for a selected date, you can use the CONCATENATEX function along with USERELATIONSHIP to list them.Members Joined (List) = CALCULATE( CONCATENATEX( VALUES('Member Current Info'[_MemberName]), 'Member Current Info'[_MemberName], ", " ), USERELATIONSHIP('Calendar'[Date], 'Member Current Info'[_JoinedDate]) )
I tested it with my sample data, and it worked fine. Please find the attached screenshot and Pbix for your
reference.
If this answer was helpful and pointed you in the right direction, please consider clicking "Accept as solution" and kindly give a kudos it may benefit other community members reading this thread. If you have any further questions, feel free to let us know.Best Regards,
Harshitha.
Community Support Team - 1 year ago
Hi htbull_,
Thanks for the follow upTo display each Member Name on a separate row for a specific date, you don't need to use a CONCATENATEX measure. Instead, simply use a table visual. Add the table visual, then drag in Calendar[Date] and Member Current Info[_MemberName]. Also, ensure that the relationship between these two tables is in an active state for the data to display correctly.
please find attched screenshot for your reference
I hope this information is helpful.If the answer is helpful, please click "Accept Answer" and kindly upvote it.
Regards,
Harshitha.
Hi htbull_,
Just wanted to check if you had the opportunity to review the suggestion provided?
If the response has addressed your query, please Accept it as a solution and give a 'Kudos' so other members can easily find it.
Thank You.
Hi htbull_ ,
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.
- v-hjannapu1 year agoCommunity Support
Hi htbull_,
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.