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

Score big with last-minute savings on the final tickets to FabCon Vienna. Secure your discount

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