Forum Discussion
AllanBerces
1 year agoPost Prodigy
Copy/Duplicate Value
Hi good day, Can anyone help me on how can I achieved my required value in column. On my table I want the value of AREA to be copied on Non Productive per trade and per week. DESIRED OUTPUT ...
- 1 year ago
pls see the attachment below
ryan_mayu
1 year agoSuper User
you can try this
Column = maxx(FILTER('Table','Table'[Trade]=EARLIER('Table'[Trade])&&'Table'[weekid]=EARLIER('Table'[weekid]) &&'Table'[AREA]<>""),'Table'[AREA])
AllanBerces
1 year agoPost Prodigy
- ryan_mayu1 year agoSuper User
pls see the attachment below
- AllanBerces1 year agoPost Prodigy
Hi ryan_mayu rajendraongole1 vicky_ thank you very much working perfectly.