Forum Discussion

bbdiver526's avatar
bbdiver526
Frequent Visitor
8 years ago
Solved

IF formula with multiple conditions

I'm relatively new to PowerBI and DAX statements and I'm having an issue with writing an IF statement with multiple conditions.   I need to use the Volume if it is current year, type is Actuals and...
  • anandav's avatar
    8 years ago

    bbdiver526,

    AND function can take only 2 parameters.

    Check the documentation.

     

    You will need to chain the AND operator && to achieve what you want.

    e.g.