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

Difference between two dates
Secret function! Use =DATEDIF(A2,B2,"Y")&" years"&=DATEDIF(A2,B2,"YM")&" months"&=DATEDIF(A2,B2,"MD")&" days"
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,223,728
Messages
6,174,150
Members
452,548
Latest member
Enice Anaelle

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