Supplies are limited. Contact info@espc.tech right away to save your spot before the conference sells out.
Get your discountScore big with last-minute savings on the final tickets to FabCon Vienna. Secure your discount
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