Hey all,
I am struggling on how to approach a problem,
I want to count the days between 2 dates, but only count working days.
My current formula is: DATEDIFF('Report'[DeliveryDate],NOW(),Day)
Which works fine, but obviously this will count the weekends, has anybody got an idea on how i would approach this?
Many Thanks.
Ben