I have a capacity dashboard in Tableau that is designed for the user to select a start date and the days required for a new project to add onto a stacked bar chart. Currently, I am getting the wrong calculations due to this piece of my IF formula
AND [Date] <= [Start Date] + ([Days Required])
as it is including weekends in that part. I don't have weekends in my data source, my views, and date is discrete. Is there a function, or way to get that particular part of the IF formula to ignore weekends?
Thank you for any help!