Forum Discussion
PamelaAG
5 years agoFrequent Visitor
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...
- Anonymous5 years ago
Hi PamelaAG
Use this = "Country Selected:- "&if(isfiltered(countryname),concatenatex(values(Country),country name,","),"NA")
Anonymous
5 years agoNot applicable
Hi PamelaAG
Use this = "Country Selected:- "&if(isfiltered(countryname),concatenatex(values(Country),country name,","),"NA")