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

To celebrate FabCon Vienna, we are offering 50% off select exams. Ends October 3rd. Request your discount now.

Reply
Anonymous
Not applicable

Filter Project Names

Hello Power BI Community, I want to filter the project names List by "Region: Europe" for example, what would be the correct way to do this?

 

Region: Europe filters all the other regions out so I would only have a list of european projects

 

I tried to use 

Project Names new = Calculate(All([..]Projectnames), Filter ([...],[...]Region: Europe)) 

But I didn't get the results I was looking for

3 REPLIES 3
amitchandak
Super User
Super User

@Anonymous , You create a measure and use that with the project name in Visual

 

countrows(filter(table, Table[region]= "Europe" ))

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
Anonymous
Not applicable

I have a list with different %values. How do I "connect" the new measure with the project names?

Hi , @Anonymous 

Do you mean the "Region: Europe" is a list? If this you can use "IN" logic operator to get teh data you need.

 

If this method does not meet your needs, you can provide us with your special sample data and the desired output sample data in the form of tables, so that we can better help you solve the problem.

Thank you for your time and sharing, and thank you for your support and understanding of PowerBI! 

 

Best Regards,

Aniya Zhang

If this post helps, then please consider Accept it as the solution to help the other members find it more quickly

 

Helpful resources

Announcements
September Power BI Update Carousel

Power BI Monthly Update - September 2025

Check out the September 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.

Top Solution Authors
Top Kudoed Authors