Forum Discussion

gpauli200's avatar
gpauli200
Frequent Visitor
8 years ago
Solved

Ticket Days Aging Excluding Weekends and Holidays

I am having trouble showing the age of open tickets while exclusing weekends and holidays.   I have my fact table, a related datedim table, and a holiday table. I also have a column for "Is Work Da...
  • Phil_Seamark's avatar
    8 years ago

    Hi gpauli200

     

    One option is to add a column to your Date table that carrys a 1 for working days and a 0 for weekends and holidays.  Then simply sum that column for the rows between the start & end of your ticket (for each ticket).  This can be done either as a calculated column, measure or as a calculated table.