Forum Discussion
AllanBerces
1 year agoPost Prodigy
Weekly and Cumulative Progress
Hi good day, Can anyone help me on my measure. I have table Trade, Progress and Week_Column, What we required is 1. Calculate progress of the last week (in my table wk26) 2. Calcualate the cumulat...
- 1 year ago
updated the measure 2
Measure 2 =var _week=CALCULATE(max('Table'[Column]),all('Table'))return maxx(FILTER('Table','Table'[Column]=_week),'Table'[Progress])pls see the attachment below
ryan_mayu
1 year agoSuper User
you said the max week is 26, why it's 32 for Civil? could you pls more about this? I didn't see 32 in the column
AllanBerces
1 year agoPost Prodigy
- ryan_mayu1 year agoSuper User
is 32 a fixed number ? what if week column changed to 27? what will the week be for civil?
- AllanBerces1 year agoPost Prodigy
Hi ryan_mayu 32 is the Progress of Civil during week -26, now this week is week-27 the Progress of each trade I dont know how many they can completed by the end of this week27 which is on sunday.
- ryan_mayu1 year agoSuper User
updated the measure 2
Measure 2 =var _week=CALCULATE(max('Table'[Column]),all('Table'))return maxx(FILTER('Table','Table'[Column]=_week),'Table'[Progress])pls see the attachment below