Microsoft Fabric Community Conference 2025, March 31 - April 2, Las Vegas, Nevada. Use code MSCUST for a $150 discount.
Register nowThe Power BI DataViz World Championships are on! With four chances to enter, you could win a spot in the LIVE Grand Finale in Las Vegas. Show off your skills.
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 |
---|---|
121 | |
72 | |
71 | |
57 | |
50 |
User | Count |
---|---|
167 | |
83 | |
68 | |
65 | |
55 |