Advance your Data & AI career with 50 days of live learning, dataviz contests, hands-on challenges, study groups & certifications and more!
Get registeredGet Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Request now
Is it possible to have more than 2 arguments when using "AND" function in powerbi?
Solved! Go to Solution.
Hi @TechR21,
You could use && instead of AND():
IF ( <condition 1> && <condition 2> && <condition 3>, 1, 0 )
Best Regards,
Alexander
Hi!
You can use the operator &&
Hi @TechR21,
You could use && instead of AND():
IF ( <condition 1> && <condition 2> && <condition 3>, 1, 0 )
Best Regards,
Alexander
Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!
Check out the October 2025 Power BI update to learn about new features.