Forum Discussion

dbattin4's avatar
dbattin4
Frequent Visitor
9 months ago
Solved

Running Total Measure Won't Work With Filters

I have a running total Measure that is working Revenue Budget Running Total =  CALCULATE(  SUMX(BudgetByProduct,[REVENUE_BUDGET]),  FILTER(ALLSELECTED('Calendar'[global_date]),'Calendar'[global_...
  • dbattin4's avatar
    dbattin4
    9 months ago

    I have resolved this by changing the order of the creation of the measures.

    Created a filtered sum then created another measure for the running total of that sum