Forum Discussion

PedroLeal's avatar
PedroLeal
New Member
3 years ago
Solved

First Return

I had a card that i just want to keep as a label of the country that is selected in the map but, when we are not selecting any country, return the first value, that its for exemple, afeganisthan. ...
  • FreemanZ's avatar
    3 years ago

    Are you expecting something like below:

     

    The code for the measure:
    CountrySelected = SELECTEDVALUE(Data[Country], "Select a country in the slicer")