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

Enhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends September 15. Request your voucher.

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

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

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
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.