Forum Discussion

RvdHeijden's avatar
RvdHeijden
Icon for Post Prodigy rankPost Prodigy
9 years ago
Solved

Trying to transform an excel formula into Dax :)

Hello,   Im trying to transform my Excel formula into DAX but obviously it doesn't work. Can someon help me in transforming this formula into DAX ??   Status Civiel = IF(Activiteit="Civiel";IF(t...
  • Greg_Deckler's avatar
    Greg_Deckler
    9 years ago

    Which fields/columns are flagged as Date? For example, if "taken[Begin]" is a Date field, then you can't do a comparison to a text value of "", You would have to use "taken[Begin] <> BLANK()" instead.