Don't miss your chance to take the Fabric Data Engineer (DP-700) exam on us!
Learn moreWe've captured the moments from FabCon & SQLCon that everyone is talking about, and we are bringing them to the community, live and on-demand. Starts on April 14th. Register 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.
If you have recently started exploring Fabric, we'd love to hear how it's going. Your feedback can help with product improvements.
A new Power BI DataViz World Championship is coming this June! Don't miss out on submitting your entry.
Share feedback directly with Fabric product managers, participate in targeted research studies and influence the Fabric roadmap.
| User | Count |
|---|---|
| 53 | |
| 37 | |
| 35 | |
| 19 | |
| 17 |
| User | Count |
|---|---|
| 74 | |
| 70 | |
| 39 | |
| 35 | |
| 23 |