web
You’re offline. This is a read only version of the page.
close
Skip to main content

Power BI

New

Standard measure for multiple selected values

Vote (0) Share
Augustindelaf's profile image

Augustindelaf on 21 Mar 2019 21:46:18

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" ?

Comments (1)
Augustindelaf's profile image Profile Picture

5a09c956 9d3e-4112-9039-492d22b24fa0 on 06 Jul 2020 00:01:12

RE: Standard measure for multiple selected values

That function is VALUES. It returns a table of unique values in a given column.