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 August 31st. Request your voucher.

Reply
mlagerweij
New Member

Filter Column in Table1 with value from Column in Table2

Hello, 

 

I have a Table2, which contains a list of staff members. Table1 is a spreadsheet containing projects and the staff members assign to it. How can I use the column value from table2 to filter the assignee column in table1 using a slicer. 

 

I have been playing around with creating a new column with some DAX to get it to work, with little success. 

So, say that in this case I just want to see 'Winnie' or 'Raymond'

mlagerweij_0-1665436879765.png  

mlagerweij_1-1665437037751.png

 

I have tried some different things, but to no avail. Appreciate any insights someone might give me.

 

_Test4 =
IF (
    SEARCH (
        table2[staff],
        Table1[Assignees],
        1,
        0
    ),
    "table2[staff]",
    "0"
)

 

Thanks,

 

Mark

 

 

1 REPLY 1
v-xiaotang
Community Support
Community Support

Hi @mlagerweij 

Thanks for reaching out to us.

>> So, say that in this case I just want to see 'Winnie' or 'Raymond'

what does this mean? When you filter something in the filter, what data do you want to appear in the table visual?

 

Best Regards,

Community Support Team _Tang

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

Helpful resources

Announcements
July PBI25 Carousel

Power BI Monthly Update - July 2025

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

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 community update carousel

Fabric Community Update - June 2025

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