Forum Discussion

ArchStanton's avatar
ArchStanton
Power Participant
4 years ago

Calculate the Working Days between two dates

Hi,   I have a Date Table that tells me if the day is a Working Day or not:   Is Working Day = IF('Date'[Weekday]>5,0,IF('Date'[Public Holiday]>1,0,1))   The answers is simply: True / False ...