Forum Discussion
BachFel
8 years agoHelper II
datedif Function, only for working days (mon-Fri)
Hello, follwing problem. I want to create a DAX formula which shows the difference from a specific date to today. Tage_seit_erster_Objektbegung = if(KontElemente[Datum der Besichtigung]<>BLA...
- 8 years ago
Did you use a disconnected table?
BachFel
8 years agoHelper II
That there are to less arguments for using the if-function.
This is caused by the reason that I´m not able to find the table Datumstabelle I guess..
vanessafvg
8 years agoCommunity Champion
BachFel show me how you adjusted the formula?
- BachFel8 years agoHelper II
Tage_seit_erster_Objektbegung =
IF (
ISBLANK (KontElemente[Datum der Besichtigung]);
BLANK ();
IF(Datumstabelle[AlleDaten]) = 1; DATEDIFF (KontElemente[Datum der Besichtigung]; TODAY (); DAY ); BLANK () ) - vanessafvg8 years agoCommunity Champion
BachFel i meant the formula i gave you? have you adjusted it to your model? secondly you need to use the date table not the other table