March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount! Early bird discount ends December 31.
Register NowBe one of the first to start using Fabric Databases. View on-demand sessions with database experts and the Microsoft product team to learn just how easy it is to get started. Watch now
Hi ,
I am using more than 2 tables ..
I want to add a column depend on another column
Project_Table has Manager_ID column
Contact_Table has Manager_ID and Manager_Name
i want Manager_Name in Project_table where Manager_Id are matching
Thanks in Advance
@SpartaBI can you help me on this
Solved! Go to Solution.
Hi @Ayappan ,
If a relationship exists in the table house, the rows that are not empty can be filtered in the filter by the following way:
If there is no relationship between the tables.
M =
CALCULATE (
MAX ( Contact_Table[Manager_Name] ),
Contact_Table[Manager_ID] = MAX ( Project_Table[ Manager_ID] )
)
If the problem is still not resolved, please provide detailed error information and let me know immediately. Looking forward to your reply.
Best Regards,
Henry
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Hi @Ayappan ,
If a relationship exists in the table house, the rows that are not empty can be filtered in the filter by the following way:
If there is no relationship between the tables.
M =
CALCULATE (
MAX ( Contact_Table[Manager_Name] ),
Contact_Table[Manager_ID] = MAX ( Project_Table[ Manager_ID] )
)
If the problem is still not resolved, please provide detailed error information and let me know immediately. Looking forward to your reply.
Best Regards,
Henry
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
@Ayappan hey, what is the relationship between them? Can you share a screenshot of the model. Best if you could share a sample PBIX so I can send you back the one with the answer.
March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount!
Your insights matter. That’s why we created a quick survey to learn about your experience finding answers to technical questions.
Arun Ulag shares exciting details about the Microsoft Fabric Conference 2025, which will be held in Las Vegas, NV.
User | Count |
---|---|
124 | |
87 | |
85 | |
70 | |
51 |
User | Count |
---|---|
205 | |
153 | |
97 | |
79 | |
69 |