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
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...