Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Compete to become Power BI Data Viz World Champion! First round ends August 18th. Get started.

Reply
PedroLeal
New Member

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.

There is a DAX formula that can solve my problem?
to instead of returning the first value if no country is selected, to return "select a country"

1 ACCEPTED SOLUTION
FreemanZ
Super User
Super User

Are you expecting something like below:

 

FreemanZ_0-1668264915493.png

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

View solution in original post

2 REPLIES 2
FreemanZ
Super User
Super User

Are you expecting something like below:

 

FreemanZ_0-1668264915493.png

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

Exactly , thank you!

Helpful resources

Announcements
July 2025 community update carousel

Fabric Community Update - July 2025

Find out what's new and trending in the Fabric community.

July PBI25 Carousel

Power BI Monthly Update - July 2025

Check out the July 2025 Power BI update to learn about new features.