I'm using DirectQuery and i want to calculate the start date - end date without the weekend (Friday and Saturday) through a custom column. Can you help me?
I want you to solve the problem according to the specifications I told you
I'm using DirectQuery and i want to calculate the start date - end date without the weekend (Friday and Saturday) through a custom column. Can you help me?
I want you to solve the problem according to the specifications I told you
Refer to the DAX
NETWORKDAYSfunction.It would look similar to:
And if it doesn't work for DirectQuery, then you will need to use a Measure instead. That could like this: