The ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM.
Get registeredEnhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends September 15. Request your voucher.
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
User | Count |
---|---|
68 | |
63 | |
59 | |
54 | |
28 |
User | Count |
---|---|
181 | |
82 | |
66 | |
47 | |
44 |