This is best Fabric, Power BI, SQL and AI community event. How do we know? The last event sold out! Save €200 with code FABCMTY200.
Register nowA new Data Days event is coming soon! This time we’re going bigger than ever. Fabric, Power BI, SQL, AI and more. Don't miss out.
Hi Guys, how is everything?
I need some help here please. I need to filter a column in a table, long one actually (the first image is a sample of it), to keep only the mentioned names in a column in another table (the second image), to reach the outcome illustrated in the final image (the third image), how could I do that?
I think this is reachable thru the "List" concept but I am not pretty sure about the needed script to write, could you help please?
Solved! Go to Solution.
On your first table, in the formula bar, type:
= Table.SelectRows(Source, each List.Contains(List.Distinct(Table2[Name]), [Name]))
--Nate
On your first table, in the formula bar, type:
= Table.SelectRows(Source, each List.Contains(List.Distinct(Table2[Name]), [Name]))
--Nate
I'm sorry for the bothering again.
I've tried to play with the given script a bit and I've applied this:
= Table.SelectRows(#"Changed Type", each List.Contains(List.Distinct(#"Removed Other Columns2"), [Agent]))
Simply, I'm trying to filter a query table using the same query table at different step, isn't this techinically allowed logically speaking? Yet, I'm getting this error:
Expression.Error: We cannot convert a value of type Table to type List.
Details:
Value=[Table]
Type=[Type]
That was quick, thanks a million
Check out the May 2026 Power BI update to learn about new features.
Sign up to receive a private message when registration opens and key events begin.
If you have recently started exploring Fabric, we'd love to hear how it's going. Your feedback can help with product improvements.
| User | Count |
|---|---|
| 4 | |
| 2 | |
| 2 | |
| 1 | |
| 1 |
| User | Count |
|---|---|
| 7 | |
| 6 | |
| 6 | |
| 6 | |
| 4 |