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

A new Data Days event is coming soon! This time we’re going bigger than ever. Fabric, Power BI, SQL, AI and more. Don't miss out.

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