Forum Discussion

Ykankam's avatar
Ykankam
Helper I
3 years ago
Solved

Multi Condition column

I am writing a DAX formula, where given the DATEDIFF in days between  Master_Data'[Dispo.ActualDispoDate] and  'Master_Data'[QC_Release_Date_BDS.QC_DATE] is less than or equal to 50 days, the formu...
  • amitchandak's avatar
    3 years ago

    Ykankam , the comma before  'Master_data[Product]' ="Pembrolizuab" should be and or or

    means && and || 

     

    In case it is and(&&) , but or condition in brackets ()