Forum Discussion

4 Replies

    • Sandeep641's avatar
      Sandeep641
      Frequent Visitor

      CALCULATE(SUM(Dates[IsWorkDay]),DATESBETWEEN(Dates[Date],
      'table1'[date1],'table1'[Date2])))

       

      This is the formula I use... between dates that look like below image.. I want to exclude weekends..... but the result that I get is not correct .... when the actual difference is only one day ... I get it as 4 days ... it differs a lot.. can some one please help