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!Calling all Data Engineers! Fabric Data Engineer (Exam DP-700) live sessions are back! Starting October 16th. Sign up.
Good afternoon,
I created a calculate which I tried to insert more than 2 filter but it is not possible on the OR function :
Solved! Go to Solution.
Hi @Anonymous
The OR fucntion only allows 2 conditions.
For 3+ conditions you can either nest OR statements or use the double pipe symbols (||)
For your case it would be as follows;
FILTER('Countries; 'Countries'[Country] = "Belgium" || 'Countries'[Country] = "France" || 'Countries'[Country] = "Suisse" || 'Countries'[Country] = "UK" ));
Hope this helps,
George
Hi @Anonymous
The OR fucntion only allows 2 conditions.
For 3+ conditions you can either nest OR statements or use the double pipe symbols (||)
For your case it would be as follows;
FILTER('Countries; 'Countries'[Country] = "Belgium" || 'Countries'[Country] = "France" || 'Countries'[Country] = "Suisse" || 'Countries'[Country] = "UK" ));
Hope this helps,
George
Join the Fabric FabCon Global Hackathon—running virtually through Nov 3. Open to all skill levels. $10,000 in prizes!
Check out the October 2025 Power BI update to learn about new features.