Forum Discussion
ajisharavind_99
Advocate I
3 years agoCumulative 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] )))
ajisharavind_99
Advocate I
3 years agoThank you FreemanZ