Forum Discussion

TheEdwardFancy's avatar
TheEdwardFancy
New Member
3 years ago
Solved

Dynamic networkdays function in measure

Hi all!   I'm trying to build a measure that allows me to work out the networkdays in a measure. I have the summary data below:   Item Package Start Date End Date Oranges One 02/02/20...
  • TheEdwardFancy's avatar
    TheEdwardFancy
    3 years ago

    I used a workaround by using countrows on my data table and filtering out weekends. SUMX then calculated it by item and totalled the answer