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

Get Fabric Certified for FREE during AI Skills Fest. This week only. Secure your voucher now.

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
May Power BI Update Carousel

Power BI Monthly Update - May 2026

Check out the May 2026 Power BI update to learn about new features.

Fabric SQL PBI Data Days

Data Days 2026 coming soon!

Sign up to receive a private message when registration opens and key events begin.

New to Fabric survey Carousel

New to Fabric Survey

If you have recently started exploring Fabric, we'd love to hear how it's going. Your feedback can help with product improvements.

Power BI DataViz World Championships carousel

Power BI DataViz World Championships - June 2026

A new Power BI DataViz World Championship is coming this June! Don't miss out on submitting your entry.