Advance your Data & AI career with 50 days of live learning, dataviz contests, hands-on challenges, study groups & certifications and more!
Get registeredGet Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Request now
Hello,
I am using the DAX measure SELECTEDVALUE to display the value of a column that is filtered in a table visual.
But I can't find a way to display multiple elements.
For instance, if "France" is selected in the field 'Data'[Nationality], the DAXmeasure SELECTEDVALUE will display "France", and that is good. (SelectedNationality = SELECTEDVALUE(data[Nationality])
But if I select "France" and "Italy" in this filed, I would like that my measure displays both "France" OR "Italy".
Any idea HOW ?
Best regards,
Martin
None of them worked 😞
Hi,
Share the dowload link of the PBI file.
Hi,
Does this measure work?
Measure = CONCATENATEX(VALUES(Data[Nationality]),Data[Nationality]," OR ")
Hope this helps.
Tal vez agregando al SelectedValue(Concatenate(Pais&Pais&Pais))
Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!
Check out the October 2025 Power BI update to learn about new features.