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.

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