I need to get total networking days of current month, say for example now we are in Feb so i need total working days of Feb month similarly wen i will be in march i need to get total working days of march like this i need to get dynamic count of every current month to do some other calculation.
Here, {"Sunday","Saturday"} is preferred as the non-working days in a week. If you do have a list of holidays also based on your/Client Calendar, we could prepare it and also use it in the Expression above to exclude these dates.
Test the above expression and let us know if this is sufficient for your case.