Forum Discussion
Gwhiz
Helper I
7 years agoNeed help modifying dax formula for cumulative sumx
I am having trouble getting this formula to reset every month as it doesn't go to 0 but when I have it reset each year it works fine: Business cumulative =
SUMX(
FILTER(
ALLSELECTED(...
- 7 years ago
Ashish_Mathur
Super User
7 years agoGwhiz
Helper I
7 years agoOne question though, can you not use date hierarchies in this scenario or was this just your preference? would the date order table be necessary in a bigger dataset/real scenario?
- Ashish_Mathur7 years ago
Super User
Hi,
I never prefer to use Date hierarchies. With a seperate Calendar Table, one can easily use Date and Time Intelligence functions. Yes, the Date order table would be necessary.