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 September 15. Request your voucher.

Reply
Anonymous
Not applicable

Slicers with Multiple Values Returning Distinct Lists

I have a table named "Change Requests" with columns "Title" and "Assigned To Full Name". I want to create a measure that will return a list of all "Title" values associated with the selected name(s) in the slicer. If more than one name is selected, the measure should only return the "Title" values that all selected names are associated with.

 

How can I do this?

2 REPLIES 2
v-yueyunzh-msft
Community Support
Community Support

Hi , @Anonymous 

According to your description, you have a sliver , and you need to return a list of all "Title" values associated with the selected name(s) in the slicer.

First , in the measure we can not return a list , but we can define the list in the "var" as a parameter.

For your need , we can use the :
var _list = VALUES('Table'[Title])

 

This will retrun the current filter context's [Title] list.

 

Thank you for your time and sharing, and thank you for your support and understanding of PowerBI! 

 

Best Regards,

Aniya Zhang

If this post helps, then please consider Accept it as the solution to help the other members find it more quickly

Anonymous
Not applicable

@v-yueyunzh-msft Thanks for the suggestion. I will see what I can figure out.

Helpful resources

Announcements
August Power BI Update Carousel

Power BI Monthly Update - August 2025

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

August 2025 community update carousel

Fabric Community Update - August 2025

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

Top Kudoed Authors