Check your eligibility for this 50% exam voucher offer and join us for free live learning sessions to get prepared for Exam DP-700.
Get StartedDon't miss out! 2025 Microsoft Fabric Community Conference, March 31 - April 2, Las Vegas, Nevada. Use code MSCUST for a $150 discount. Prices go up February 11th. Register now.
Hello everyone, I was hoping someone could help please
I have 2 tables, they both have a title column and a name column. I would like to put an additional column in one of the tables that checks if the title matches in both tables.
So for example, if the title is in both tables against someones name, it would say Assigned. If its missing in one of the tables it will say Missing.
So I could look at John for example and know what he is missing in a single column.
This is what I currently have, but get the error. Could anyone help please? Thank you
@Pricey79 , Seem like there is more than one record for title try like
maxx(table2, Table1[Name] = table2[Name]), Table2[Title])
refer 4 ways to copy data from one table to another
https://www.youtube.com/watch?v=Wu1mWxR23jU
https://www.youtube.com/watch?v=czNHt7UXIe8
@amitchandak Thank you for taking the time to reply
Sorry for aniotehr question but....where would I put the MAX? After the lookup?
Thank you
March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount!
Check out the January 2025 Power BI update to learn about new features in Reporting, Modeling, and Data Connectivity.
User | Count |
---|---|
123 | |
78 | |
49 | |
38 | |
37 |
User | Count |
---|---|
196 | |
80 | |
70 | |
51 | |
42 |