Power BI is turning 10! Tune in for a special live episode on July 24 with behind-the-scenes stories, product evolution highlights, and a sneak peek at what’s in store for the future.
Save the dateEnhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.
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 🙂
Solved! Go to Solution.
try this to add a new column in table 1:
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/
Hi @giuliapiazza94 ,
Does the replies above solve your problem? If it has been solved, please mark the correct reply as the standard answer to help the other members find it more quickly.Thanks in advance for your kind cooperation!
Hope it helps,
Community Support Team _ Caitlyn
If this post helps then please consider Accept it as the solution to help the other members find it more quickly.
try this to add a new column in table 1:
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/
@giuliapiazza94 you can create relationship between t1 and t2 through Customer column and then you can create a calculated column in t1 like following
Farm from t2 = RELATED(t2[Farm])
I've tried but i've this error
but there is a relationship 1:m between two tables
@giuliapiazza94 In your first query, add a Merge Query step in Power Query Editor to merge the second table on the customer columns.
I can't use Power Query because I haven't direct access to customer's database.
I need to do this using only DAX
Check out the July 2025 Power BI update to learn about new features.
User | Count |
---|---|
23 | |
8 | |
7 | |
6 | |
6 |
User | Count |
---|---|
28 | |
12 | |
10 | |
10 | |
6 |