Dear Experts
BasicMat = LOOKUPVALUE('Material Master'[basic_material],'Material Master'[mat_id], 'New_Mat'[Model_Number]," ")
I have a Material Master Table and New_Mat Table. I need to lookup and retrive the Basic_Material from Material Master table. If no match is available then instead of blank the BasicMat field should keep the value of New_Mat.
Can anyone please help me to complete the above code.
Thanks
Mahad
Solved! Go to Solution.
Hi,
Please check the below picture and the attached pbix file.
I tried to create a sample pbix file like below.
It is for creating a new column.
One thing to note is that 'Material Master'[basic_material] and New_Mat[Model_Number] both column's data type has to be the same.
BasicMat CC =
LOOKUPVALUE (
'Material Master'[basic_material],
'Material Master'[mat_id], New_Mat[Model_Number],
New_Mat[Model_Number]
)
If this post helps, then please consider accepting it as the solution to help other members find it faster, and give a big thumbs up.
Hi,
Please check the below picture and the attached pbix file.
I tried to create a sample pbix file like below.
It is for creating a new column.
One thing to note is that 'Material Master'[basic_material] and New_Mat[Model_Number] both column's data type has to be the same.
BasicMat CC =
LOOKUPVALUE (
'Material Master'[basic_material],
'Material Master'[mat_id], New_Mat[Model_Number],
New_Mat[Model_Number]
)
If this post helps, then please consider accepting it as the solution to help other members find it faster, and give a big thumbs up.
Power BI release plans for 2023 release wave 1 describes all new features releasing from April 2023 through September 2023.
Make sure you register today for the Power BI Summit 2023. Don't miss all of the great sessions and speakers!
Join the biggest FREE Business Applications Event in LATAM this February.
User | Count |
---|---|
212 | |
50 | |
47 | |
45 | |
42 |
User | Count |
---|---|
260 | |
211 | |
103 | |
78 | |
64 |