Forum Discussion

Amedved's avatar
Amedved
Frequent Visitor
2 years ago
Solved

Creating a Rolling, Cumulative Metric in a Matrix Visual

Hi! I am trying to create a measure to add to my matrix visual that is a rolling total. This "Backlog" measure should subtract the current day's "Output" from the prior day's backlog plus the current...
  • Anonymous's avatar
    Anonymous
    2 years ago

    Hi Amedved ,

    I updated your sample pbix file, please find the details in the attachment.  You can create a new calculation to get it:

    Calculation = PREVIOUS([Backlog])+[RemainingQtyTotal]-[Output]

    Best Regards