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.
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! Prices go up Feb. 11th.
Check out the January 2025 Power BI update to learn about new features in Reporting, Modeling, and Data Connectivity.
User | Count |
---|---|
14 | |
13 | |
12 | |
12 | |
12 |