Forum Discussion
Ykankam
3 years agoHelper I
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...
- 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 ()
Ykankam
2 years agoHelper I
thank you, amitchandak . It worked