Get certified for free when you join Fabric Data Days 2026 and dive into Fabric, Power BI, SQL, AI, and other essential data skills.
Join nowData Days is here! Join us now for 60+ days of learning, challenges, and connection. Learn more
I have following tables connected to each other. Both of them are connected via Job Name.
Now I want to bring Client Name from JobData table to Shippping Data Table if Job Name matches means
Custom Column = If Shipping_Data[Job Name] = JobData[Job Name] Then JobData[Client Name] else ""
Solved! Go to Solution.
Hi @Anonymous ,
From the pic you show,the relationship between the 2 tables is one to many.
If so ,create a column as below:
Column = CONCATENATEX(FILTER('JobData','JobData'[Job name ]='Shipping_Data'[Job name]),[Client Name],",")
And you will get all matched values.
For the related .pbix file,pls see attached.
Best Regards,
Kelly
Did I answer your question? Mark my raeply as a solution!
Hi @Anonymous ,
From the pic you show,the relationship between the 2 tables is one to many.
If so ,create a column as below:
Column = CONCATENATEX(FILTER('JobData','JobData'[Job name ]='Shipping_Data'[Job name]),[Client Name],",")
And you will get all matched values.
For the related .pbix file,pls see attached.
Best Regards,
Kelly
Did I answer your question? Mark my raeply as a solution!
Don't miss out on Data Days, June 15 through August 7. Learn Fabric, Power BI, SQL, AI and more.
Check out the May 2026 Power BI update to learn about new features.
| User | Count |
|---|---|
| 4 | |
| 4 | |
| 3 | |
| 2 | |
| 1 |
| User | Count |
|---|---|
| 11 | |
| 11 | |
| 4 | |
| 4 | |
| 4 |