Forum Discussion

Max_mutant's avatar
Max_mutant
New Member
8 years ago
Solved

DAX Syntax for If Statement with Filter

Hello Everyone,   Here's what I am trying to do.   Right now I have a measure thats pulling back import duties based on a country.   msr_221ImportDutyRate = If (ISFILTERED('Trade Compliance'[Gr...
  • Max_mutant's avatar
    Max_mutant
    8 years ago

    Thanks that works.


    My assumption is you can't compare multiple columns in an if statement?