Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!Learn from the best! Meet the four finalists headed to the FINALS of the Power BI Dataviz World Championships! Register now
Hi I will try to explain my case.
I have table [A] with columns [supplier] [services] [price] [comision] (the supplier is repeated because offer many services) and i have 6 tables with a column also with [supplier] (not repeated the supplier) i want to create a diferent table ( 6 more) filtering the a table with only the few supplier that I have on the list
Solved! Go to Solution.
Hi @jagpedroza,
1. Where is the list of the supplier that you mentioned in "I have on the list"?
2. Are they data tables or the Table visuals?
3. Please check out a demo in the attachment.
Table 7 = FILTER ( A, 'A'[supplier] IN VALUES ( List[Column1] ) )
Best Regards,
Dale
Hi @jagpedroza,
1. Where is the list of the supplier that you mentioned in "I have on the list"?
2. Are they data tables or the Table visuals?
3. Please check out a demo in the attachment.
Table 7 = FILTER ( A, 'A'[supplier] IN VALUES ( List[Column1] ) )
Best Regards,
Dale
Share feedback directly with Fabric product managers, participate in targeted research studies and influence the Fabric roadmap.
Check out the February 2026 Power BI update to learn about new features.
| User | Count |
|---|---|
| 53 | |
| 48 | |
| 38 | |
| 15 | |
| 14 |
| User | Count |
|---|---|
| 93 | |
| 79 | |
| 37 | |
| 27 | |
| 25 |