Power BI is turning 10, and we’re marking the occasion with a special community challenge. Use your creativity to tell a story, uncover trends, or highlight something unexpected.
Get startedJoin 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.
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.
User | Count |
---|---|
8 | |
6 | |
6 | |
5 | |
5 |
User | Count |
---|---|
9 | |
8 | |
6 | |
6 | |
6 |