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!To celebrate FabCon Vienna, we are offering 50% off select exams. Ends October 3rd. Request your discount now.
Hi,
I'm trying to create a calculated field and I see there is a limit on the number of arguments of 2. Please does anyone know how to build an AND query with 5 arguments?
Thanks,
CM
Solved! Go to Solution.
Hi CloudMonkey
You can use the double ampersand operator (&&) to form the conjunction of more than two expressions.
e.g. A && B && C &&...
Or you could nest a bunch of AND functions, but that's probably harder to read.
Brilliant, thanks!
User | Count |
---|---|
98 | |
75 | |
74 | |
49 | |
26 |