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
dbattin4
9 months agoFrequent Visitor
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
MFelix
9 months agoSuper User
Hi Praful_Potphode ,
Glad you were able to solve it don't forget to accept as solution the correct answer so it can help others, even if it is yours.
- Praful_Potphode9 months agoSuper User
Thank you so much MFelix