Forum Discussion

fbostan1's avatar
fbostan1
Helper I
4 years ago
Solved

Need Help with Between statement

I need help with this, I want to write a Dax formula in a new column for (If ORDR_DATE is between Rx Direct and Rx Direct End then "Y" else "N")? I'm referencing to the picture below. I tried ...
  • ryan_mayu's avatar
    4 years ago

    fbostan1 

    pls try 

    column = IF(ORDER_DATE>=Rx Direct && ORDER_DATE <= Rx Direct End, "Y", "N")