Microsoft Fabric Community Conference 2025, March 31 - April 2, Las Vegas, Nevada. Use code FABINSIDER for a $400 discount.
Register nowGet inspired! Check out the entries from the Power BI DataViz World Championships preliminary rounds and give kudos to your favorites. View the vizzies.
Hi,
I need to use 3 filters in my IF function. I am able to use AND function but that allows only 2 filters.
Any ideas for 3 or more filters?
Solved! Go to Solution.
nest the AND, or use && notation
AND(Filter 1, AND(Filter 2, Filter 3) )
or
Filter 1 && Filter 2 && Filter 3
Hope this helps
David
nest the AND, or use && notation
AND(Filter 1, AND(Filter 2, Filter 3) )
or
Filter 1 && Filter 2 && Filter 3
Hope this helps
David
March 31 - April 2, 2025, in Las Vegas, Nevada. Use code FABINSIDER for a $400 discount!
Check out the February 2025 Power BI update to learn about new features.
User | Count |
---|---|
86 | |
71 | |
68 | |
50 | |
30 |
User | Count |
---|---|
119 | |
101 | |
73 | |
65 | |
40 |