Forum Discussion
PeterNowak
5 years agoFrequent Visitor
IF (?) formula with multiple conditions
Hello, I'm looking for solution how can I create measure which will help me later in filtering. I'm live connected to transaction database with customer data etc. I need to create measure(?) wi...
AllisonKennedy
Community Champion
5 years agoPeterNowak Without your specific data model, I can't give specific help, but you can use
&&
to add multiple conditions to an IF() or SWITCH() statement in DAX. https://docs.microsoft.com/en-us/dax/dax-operator-reference#logical-operators
Hopefully that helps point you in the right direction?