Forum Discussion
giuliapiazza94
4 years agoHelper IV
Merge query with dax
Hi, I have two tables like 1 2 I'd like to have the values "Farm" in the first table using DAX. How can I to do? Thank you all 🙂
- 4 years ago
try this to add a new column in table 1:
Farm = LOOKUPVALUE('Table 2'[Farm],'Table 2'[customer],'Table 1'[Customer])output:If this post helps, please consider accepting it as the solution to help the other members find it more quickly.
Appreciate your Kudos!!
LinkedIn: www.linkedin.com/in/vahid-dm/
Greg_Deckler
4 years agoCommunity Champion
giuliapiazza94 In your first query, add a Merge Query step in Power Query Editor to merge the second table on the customer columns.
- giuliapiazza944 years agoHelper IV
I can't use Power Query because I haven't direct access to customer's database.
I need to do this using only DAX