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

Don't miss out! 2025 Microsoft Fabric Community Conference, March 31 - April 2, Las Vegas, Nevada. Use code MSCUST for a $150 discount. Prices go up February 11th. 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
Las Vegas 2025

Join us at the Microsoft Fabric Community Conference

March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount!

December 2024

A Year in Review - December 2024

Find out what content was popular in the Fabric community during 2024.

Top Kudoed Authors