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 have two tables called Table1 and Table2. Each table has columns with Unit numbers. I want to add a column to Table2 that will look into Table1 to see if the Table2 Unit is contained in Table1 then return true or false.
This formula:
= Table.AddColumn(#"Changed Type", "Custom", each if [Unit] = Table2[UnitCode] then true else false) just returns False for each line. What formula can i write to do a if lookup from another table? Thanks.
Solved! Go to Solution.
That worked, thanks!
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 |
---|---|
20 | |
16 | |
13 | |
10 | |
9 |
User | Count |
---|---|
34 | |
31 | |
20 | |
19 | |
17 |