Forum Discussion

Anonymous's avatar
Anonymous
Not applicable
8 years ago
Solved

Another Running Total Question

OK I've got a running total measure that works fairly well sort of.    Metric Cumulative = calculate( sum('Raw Data'[Component])/[Average Customers], Filter( Allselected('Raw Data')...
  • Anonymous's avatar
    Anonymous
    8 years ago

    OK turns out this was way easier than I was making it. Instead of messing with the formula and doing everything 'by force', there is a Quick Measure for Year to Date. I thought at the time I was playing with it that the YTD would only work for data in the current year, but it will actually work for multiple years. I was able to add a YTD version of the metric and it worked perfectly and gave me the exact graph I was looking for there.