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

Join us for an expert-led overview of the tools and concepts you'll need to become a Certified Power BI Data Analyst and pass exam PL-300. Register now.

Reply
adrileosol
Regular Visitor

How to filter 3 columns with one data segmentation

Hello everyone!

I'm from Argentina, and I have a question for you!

I need to be able to filter data from 3 columns at a time with a single slicer. Is this possible?

For example, I have 3 columns with emails and I want it to show me all the rows that contain an email that I can dynamically filter in any of the columns.

Thanks a lot!

Adrián Solís.-

2 REPLIES 2
amitchandak
Super User
Super User

@adrileosol , Do you want to filter the same email in different measures?

 

One way is to join email with a common table having email and two join will inactive, you can activate them using userelationship

https://radacad.com/userelationship-or-role-playing-dimension-dealing-with-inactive-relationships-in...

 

Of have table not connected with any of the column and you can measure like

 

Countrows(filter( Table, Table[email1]  in values(email[email] ) || Table[email2]  in values(email[email] ) || Table[email3]  in values(email[email] ) ) )

 

Or use three email dimension tables

Full Power BI Video 20 Hours YouTube
Microsoft Fabric Series 60+ Videos YouTube
Microsoft Fabric Hindi End to End YouTube

Hello! Thanks for response!

I dont want to make a mesure.

I only want to filter, with a drop box, a filter visualization.

For example, with products to make it easy:

 

    Product 1   -   Product 2   -   Product 3

1  Banana             Tomato           Apple

2  Juice                 Soup               Banana

3  Rice                  Salad              Chicken

4  Apple               Banana           Coca Cola

 

I want to select "Banana" in a drop box (Filter - Segmentation) and the result in a table should be the rows 1, 2 and 4.

If i selecet "Apple" the result should be the rows 1 and 4.

I hope i was clear, sorry... 

Helpful resources

Announcements
Join our Fabric User Panel

Join our Fabric User Panel

This is your chance to engage directly with the engineering team behind Fabric and Power BI. Share your experiences and shape the future.

June 2025 Power BI Update Carousel

Power BI Monthly Update - June 2025

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

June 2025 community update carousel

Fabric Community Update - June 2025

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