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
edcdcpowerbi
Helper I
Helper I

Help Filtering Country table countries by continent

I have a table name 'Countries', in this table are two columns 'Country' and 'Continent'. 

 

I want to create a measure which filters these countries for the continents Europe and Africa. 

 

I am relatively new to DAX, and normally i only filter with aggregate functions, cant seem to find a way to do it for text only columns. 

 

Any help would be much appreciated. 

2 REPLIES 2
amitchandak
Super User
Super User

@edcdcpowerbi , Create the measure below and use that with the country in visual

 

countrows(filter(Table, Table[Continent] in { "Europe" , "Africa"}))

Share with Power BI Enthusiasts: Full Power BI Video (20 Hours) YouTube
Microsoft Fabric Series 60+ Videos YouTube
Microsoft Fabric Hindi End to End YouTube

Hi, thanks for helping. Is there a way this can be done in a single measure rather than having to add countries to a visual with this measure? I am hoping to have a single measure with lists all the filtered countries.

Helpful resources

Announcements
August Power BI Update Carousel

Power BI Monthly Update - August 2025

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

August 2025 community update carousel

Fabric Community Update - August 2025

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