Forum Discussion

dsabsi's avatar
dsabsi
Advocate I
8 years ago
Solved

IF formula with date and today function

Hello everyone,    I'm struggeling with an IF formula in Power BI and I would appreciate your help.  DateDiff = IF(today()> value(("8-11-2017"));1;if(today()>value("6-12-2017");1;if(today()>value(...
  • erik_tarnvik's avatar
    8 years ago

    Try using DATE(2017,8,11) where you now have value(("8-11-2017")).