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?
vanessafvg
8 years agoCommunity Champion
BachFel i would create a flag for the working days, ie a new column calls isworkingday = 1
and then use that in your calculation
- BachFel8 years agoHelper II
can u please show an example?
- vanessafvg8 years agoCommunity Champion
BachFel do you have a date table?
- BachFel8 years agoHelper II