Forum Discussion

tobisw's avatar
tobisw
Regular Visitor
4 years ago
Solved

Run-out Date Calculation

EDIT: How can i add a PBIX Testfile to that message? Hello, i´m working on a run-out date calculation in which we would like to see, on which date the stock coverage for different part number goes ...
  • lbendlin's avatar
    lbendlin
    4 years ago

    Here would be a simplistic version

     

    First Run Out = CALCULATE(min('Table'[Attribute]),'Table'[Value]<0,'Table'[Measure]="Stock Coverage (EOB)")

     

    Without the involvement of the dates table yet (although that is always a good thing to have). see attached.