We have a table with tasks:
- Task ID
- Task Start Date
- Task End Date
We also have a table with all days in the year, indicating the date as well as attributes like day of the week
And we have a table with the holidays in the year.
We would like to calculate the number of days between End and Start date for each task. We know that we can subtract those 2 dates to get a number, but we woudl like to exclude weekends and holidays. Is there any way to do that in Power BI Desktop?