cancel
Showing results for 
Search instead for 
Did you mean: 

Fabric is Generally Available. Browse Fabric Presentations. Work towards your Fabric certification with the Cloud Skills Challenge.

Reply
Anonymous
Not applicable

DAX Lookup help

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

1 ACCEPTED SOLUTION
Jihwan_Kim
Super User
Super User

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.

 

Picture1.png

 

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.


Go to My LinkedIn Page


View solution in original post

1 REPLY 1
Jihwan_Kim
Super User
Super User

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.

 

Picture1.png

 

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.


Go to My LinkedIn Page


Helpful resources

Announcements
PBI November 2023 Update Carousel

Power BI Monthly Update - November 2023

Check out the November 2023 Power BI update to learn about new features.

Community News

Fabric Community News unified experience

Read the latest Fabric Community announcements, including updates on Power BI, Synapse, Data Factory and Data Activator.

Power BI Fabric Summit Carousel

The largest Power BI and Fabric virtual conference

130+ sessions, 130+ speakers, Product managers, MVPs, and experts. All about Power BI and Fabric. Attend online or watch the recordings.

Top Solution Authors
Top Kudoed Authors