Forum Discussion

Ninja_Powered's avatar
Ninja_Powered
Frequent Visitor
2 years ago
Solved

DAX Measure for Open Issues Previous Week

My data source has a list of issues - each with an open date and a close date. I have (with the help of others) created a DAX measure that returns the number of issues open in a week, ie 2023 week 51...
  • lbendlin's avatar
    lbendlin
    2 years ago

    Here's the general approach for these patterns.  Needs some refinement as some of the rules are open to interpretation.  Your week numbers were off too.