The ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM.
Get registeredCompete to become Power BI Data Viz World Champion! First round ends August 18th. Get started.
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
User | Count |
---|---|
86 | |
84 | |
36 | |
34 | |
34 |
User | Count |
---|---|
93 | |
79 | |
66 | |
55 | |
52 |