Hello,
I have a table of requests...
Requestor Department Start Date Finish Date
Joe Bloggs | HR | 03/10/2016 | 06/10/2016 |
John Smith | Marketing | 13/11/2016 | 13/11/2016 |
Sam Boon | Finance | 27/10/2016 | 07/11/2016 |
Joe Bloggs | HR | 19/10/2016 | 27/10/2016 |
That I want to summarise in a table in Power BI as something like below (numbers are days). Basically I want it to calculate the duration between each pair of dates, within each month -- excluding weekends.
Requestor Department September October November
Joe Bloggs | HR | 11 | ||
John Smith | Marketing | 3 | 5 | |
Sam Boon | Finance | 7 | ||
Some of the date ranges span multiple months e.g. with Sam, it would need to work out that of the date range (27/10/2016 - 07/11/2016), 3 days are in October and 5 days are in November.
Is something like the above table possible with Power BI??
Many thanks