Check your eligibility for this 50% exam voucher offer and join us for free live learning sessions to get prepared for Exam DP-700.
Get StartedDon'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.
Hi PBI experts ,
i have one requirement how to extract column from table 2 and insert at 1st table
my out put will like
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!
Have you considered using a formula instead of a Power Query.
See the example below:
However, it can also be accomplished using Power Query.
Good Luck 🙂
I need dax function
Use the Dax LookUpValue function.