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

Join the Fabric FabCon Global Hackathon—running virtually through Nov 3. Open to all skill levels. $10,000 in prizes! Register now.

Standard measure for multiple selected values

HI, There is now a DAX measure that exists to display the value that is selected by the user, which is called "selected value". Could there be a measure that displays a list of values selected by the user within the same column, that would be called "SelectedValues" ?
Status: Needs Votes
Comments
fbcideas_migusr
New Member
That function is VALUES. It returns a table of unique values in a given column.
fbcideas_migusr
New Member
Status changed to: Needs Votes