Forum Discussion
giorgi_lommidd
6 years agoHelper I
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 ?
- giorgi_lommidd Please try like this as a Calculated Column
Column = IF([Date]=DATEVALUE("22/05/2018"),0,[Value])
1 Reply
- PattemManoharCommunity Championgiorgi_lommidd Please try like this as a Calculated Column
Column = IF([Date]=DATEVALUE("22/05/2018"),0,[Value])