Forum Discussion

giorgi_lommidd's avatar
6 years ago
Solved

Add Value By Date using DAX

Hi All,  Can you tell me how to add some static value to Column' value for some specific Date in Table 1 USING DAX ?  
  • PattemManohar's avatar
    6 years ago
    giorgi_lommidd Please try like this as a Calculated Column

    Column = IF([Date]=DATEVALUE("22/05/2018"),0,[Value])