Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Join us for an expert-led overview of the tools and concepts you'll need to become a Certified Power BI Data Analyst and pass exam PL-300. Register now.

Reply
Mahamood0218
Helper II
Helper II

How extract column field from another table and insert into 1 st table

Hi PBI experts ,

i have one requirement how to extract column from table 2 and insert at 1st table 

Mahamood0218_2-1661866008770.png

 

 

 

my out put will like

Mahamood0218_3-1661866061294.png

 

 

 

 

5 REPLIES 5
ND_Pard
Helper II
Helper II

At first glance, it doesn't appear to be correct.

Assume you have a table named: Sales that contains the columns: DateOfSale and OrderNumber

If you want to return the DateOfSale for OrderNumber = "12345", your Dax LookUpValue function would be:

LookUpValue('Sales'[DateOfSale],'Sales'[OrderNumber],"12345")

Good Luck!

ND_Pard
Helper II
Helper II

Have you considered using a formula instead of a Power Query.
See the example below:

temp1.jpg

 

However, it can also be accomplished using Power Query.

Good Luck 🙂

I need dax function

Use the Dax LookUpValue function.

 

@ND_Pard is this dax function correct?

Mahamood0218_0-1661969512534.png

 

Helpful resources

Announcements
Join our Fabric User Panel

Join our Fabric User Panel

This is your chance to engage directly with the engineering team behind Fabric and Power BI. Share your experiences and shape the future.

June 2025 community update carousel

Fabric Community Update - June 2025

Find out what's new and trending in the Fabric community.