Forum Discussion
datedif Function, only for working days (mon-Fri)
- 8 years ago
Did you use a disconnected table?
Tage_seit_erster_Objektbegung =
IF (
ISBLANK (KontElemente[Datum der Besichtigung]);
BLANK ();
IF (Datumstabelle[AlleDaten]) = 1; DATEDIFF (KontElemente[Datum der Besichtigung]; TODAY (); DAY ); BLANK () )
I´m not able to select the table Datumstabelle where the row AlleDaten is in...
I created a relationship as u mentioned but it won´t work.. I´m lost...
it looks like the relationship has been created, what error you getting?
- BachFel8 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..
- vanessafvg8 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