Forum Discussion

bhmiller89's avatar
bhmiller89
Icon for Helper V rankHelper V
10 years ago
Solved

Billable Days in a Month

I need to write a measure that indicates how many billable days are in a given month.  I figured out how to say if it is a weekday then yes, it is billable, but I can't figure out how to incorporate ...
  • Greg_Deckler's avatar
    10 years ago

    You probably need a holiday table with a Month column and then you could use something in another related table like:

     

    COUNTROWS(RELATEDTABLE(HolidaysTable))