Forum Discussion
dbattin4
9 months agoFrequent Visitor
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_...
- 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
v-saisrao-msft
9 months agoCommunity Support
Hi dbattin4,
Since your issue has been resolved, kindly mark the helpful reply as the solution. This will assist other members who may encounter similar issue.
Thank you.