Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!The Power BI Data Visualization World Championships is back! Get ahead of the game and start preparing now! Learn more
Please help, I'm very new to Power Query, absolutely loving it so far but I need a new column that says
IF Col A AND Col B = Complete THEN "Complete" ELSE "Incomplete"
I can only see a way of puting in IF statements though without an AND
Please help
Solved! Go to Solution.
I eralised I could just add a normal conditional column using one IF statement then adjust the formula in the formula bar to add in the and part of the formula
= Table.AddColumn(#"Replaced Value1", "Committed Cost", each if [Calculated Status] = "Complete" and [Cmtd Total] > 1000 then [Cmtd Total] else 0)
I eralised I could just add a normal conditional column using one IF statement then adjust the formula in the formula bar to add in the and part of the formula
= Table.AddColumn(#"Replaced Value1", "Committed Cost", each if [Calculated Status] = "Complete" and [Cmtd Total] > 1000 then [Cmtd Total] else 0)
Hi @Anonymous ,
Glad to hear that you have solved your problem, could you please share your solution below and mark it as a solution? I am sure your sharing will help more users who are facing the same or similar problem, thanks!
Best Regards,
Dino Tao
The Power BI Data Visualization World Championships is back! Get ahead of the game and start preparing now!