Microsoft is giving away 50,000 FREE Microsoft Certification exam vouchers!
Enter the sweepstakes now!Prepping for a Fabric certification exam? Join us for a live prep session with exam experts to learn how to pass the exam. Register now.
Hi, I can't figure out this (used also chatGPT and Gemini):
in power bi i have a table 'Table1' with two columns: Suppliers and Items. i want to select an item and have as a result the list of those Suppliers associated with that selected item only. in addition to that if one of the Suppliers in this list is associated to other items, I want to include in the same result list also all those suppliers of each other item. E.g. starting table (associations Suppliers/items):
Suppliers | Items |
Supplier1 | item1 |
Supplier5 | item1 |
Supplier7 | item3 |
Supplier10 | item2 |
Supplier5 | item2 |
Supplier1 | item3 |
Supplier8 | item4 |
if I select item1, I would like to have as answer this set of suppliers: Supplier1 and Supplier5 ... but not only: I would like also Supplier7 and Supplier10 (because Supplier5 can supply Item2, as Supplier10 can do, may be Supplier10 can supply item1 as Supplier5 can). Supplier8 has no relation
This is a kind of recursive iteration (but for me it is enough to have 2 levels)
thanks for your time
Solved! Go to Solution.
it works, clean and neat. thank you!
I'm testing it, I'll let you know
User | Count |
---|---|
79 | |
72 | |
71 | |
54 | |
51 |
User | Count |
---|---|
45 | |
38 | |
34 | |
31 | |
28 |