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!Vote for your favorite vizzies from the Power BI Dataviz World Championship submissions. Vote now!
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
Vote for your favorite vizzies from the Power BI World Championship submissions!
If you love stickers, then you will definitely want to check out our Community Sticker Challenge!
Check out the January 2026 Power BI update to learn about new features.
| User | Count |
|---|---|
| 64 | |
| 53 | |
| 42 | |
| 20 | |
| 17 |
| User | Count |
|---|---|
| 123 | |
| 105 | |
| 44 | |
| 32 | |
| 24 |