Forum Discussion
ajisharavind_99
3 years agoAdvocate I
Cumulative Progress
Hi, I am looking for a solution to the calculate cumulative progress based on the last date i.e., I have already calculated the cumulative progress, but when I apply the date filter, it is calcul...
- 3 years agotyr to replace ALLSELECTED with ALL:CALCULATE ([Plan_Progress],FILTER (ALL ( Month_Table ),Month_Table[Date]<= MAX ( Month_Table[Date] )))
FreemanZ
3 years agoSuper User
tyr to replace ALLSELECTED with ALL:
CALCULATE (
[Plan_Progress],
FILTER (
ALL ( Month_Table ),
Month_Table[Date]
<= MAX ( Month_Table[Date] )
)
)