Forum Discussion

PamelaAG's avatar
PamelaAG
Frequent Visitor
5 years ago
Solved

Dynamic Text showing slicer selection(multiple selection) and "NA" when nothing is selected

Hi All,    I am being trying to create a new measure to show the multiple slicer selection as a dynamic text and to show "NA" when nothing is selected.   I tried to use this DAX and it is working...
  • Anonymous's avatar
    Anonymous
    5 years ago

    Hi PamelaAG 

     

    Use this = "Country Selected:- "&if(isfiltered(countryname),concatenatex(values(Country),country name,","),"NA")