Starting December 3, join live sessions with database experts and the Microsoft product team to learn just how easy it is to get started
Learn moreGet certified in Microsoft Fabric—for free! For a limited time, get a free DP-600 exam voucher to use by the end of 2024. Register now
Hi,
Can someone help me with the right DAX so I can achieve the following result?
For each unique combination of Fruit&Slot in Tabel1, I need to bring the associated "master owner" from Table2, even for the Pear type of fruit.
I believe this screenshot shows all the relevant details, but I can offer more clarification.
Many thanks!
Hello @tyxanu
how are you today ?
if the combination fruit - slot is unique, you can simply create w calculated column in both tables :
new column = table_name[fruit] & " " & table_name[slot]
then link both tables base on this column,
then in the table on the left : create w new column :
column = related ( table_name_to_the_left [ column_name_you_want_to_get])
If my response has successfully addressed your issue kindly consider marking it as the accepted solution! This will help others find it quickly. Dont forget to hit that thumbs up button 🫡👍
Starting December 3, join live sessions with database experts and the Fabric product team to learn just how easy it is to get started.
March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount! Early Bird pricing ends December 9th.
User | Count |
---|---|
90 | |
88 | |
83 | |
64 | |
49 |
User | Count |
---|---|
127 | |
108 | |
87 | |
70 | |
66 |