Advance your Data & AI career with 50 days of live learning, dataviz contests, hands-on challenges, study groups & certifications and more!
Get registeredGet Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Request now
Hi,
If I've a table Customers and tells the fruits each customer likes, then I've another table contains all local fruits. I would like to find out what local fruits each customer likes. Pls kindly advise how to achieve this in Power Query. Thanks!
Solved! Go to Solution.
Hi,
With
Fruits = #"Local Fruits"[Fruit]
add column
(x) => Text.Combine(List.Select(Fruits, each Text.Contains(x[Likes], _))," ")
Stéphane
Hi,
With
Fruits = #"Local Fruits"[Fruit]
add column
(x) => Text.Combine(List.Select(Fruits, each Text.Contains(x[Likes], _))," ")
Stéphane
Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!
Check out the October 2025 Power BI update to learn about new features.
| User | Count |
|---|---|
| 8 | |
| 7 | |
| 7 | |
| 4 | |
| 3 |