Return multiple hits

scr5jo

New Member
Joined
Nov 8, 2013
Messages
11
Hi Guys,

I have a table that manages my masterdata. In that table is the material number, and the last successor
To explain, I will use an example, and in this case materials A,B,C and D are all superseded to the new material E
So we could have something that looks like this

Material Last Successor
A E
B E
C E
D E
E E

I need a query that allows me to enter any material and get all the other options listed to return.
So if I enter A,B,C,D or E, then I get the query to return all materials A,B,C,D and E

Any ideas how I could achieve this?
thanks
 

Excel Facts

Add Bullets to Range
Select range. Press Ctrl+1. On Number tab, choose Custom. Type Alt+7 then space then @ sign (using 7 on numeric keypad)
You can use functions like:
MATCH (search MATERIAL - if unique!)
INDEX (find LAST SUCCESSOR)
FILTER (list of MATERIAL of LAST SUCCESSOR)
 
Upvote 0
thanks, but these are excel functions. I'm looking for the PowerBi Dax versions.
can you help?
 
Upvote 0

Forum statistics

Threads
1,225,627
Messages
6,186,100
Members
453,337
Latest member
fiaz ahmad

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top